-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
executable file
·32 lines (32 loc) · 1.21 KB
/
Copy pathserver.json
File metadata and controls
executable file
·32 lines (32 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "Code2Database",
"title": "Code2Database",
"description": "Multi-language code graph generator for C/C++/Go/Python/Java/Rust/ASM — dual clang + tree-sitter extraction backend, invocation ordering, conditional paths, #ifdef tracking, concurrency analysis, data race detection, field-level access tracking, LLM context packs, cgdb (code graph database) layer with 19 cgdb_* MCP tools, and 83-tool MCP server mode (36 code2database_* + 19 cgdb_* + 28 design-report). Supports both stdio (local) and Streamable HTTP (remote, cross-network) transports.",
"repository": {
"url": "https://github.com/ssxdes/Code2Database",
"source": "github"
},
"version": "2.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "code2database",
"version": "2.1.0",
"runtimeHint": "python3",
"transport": {
"type": "stdio"
}
},
{
"registryType": "pypi",
"identifier": "code2database",
"version": "2.1.0",
"runtimeHint": "python3",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8765/mcp"
}
}
]
}