-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.28 KB
/
Copy pathserver.json
File metadata and controls
37 lines (37 loc) · 1.28 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
33
34
35
36
37
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.harshithsunku/mcp-gtags-server",
"description": "Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.",
"repository": {
"url": "https://github.com/harshithsunku/mcp-gtags-server",
"source": "github"
},
"version": "1.4.2",
"websiteUrl": "https://github.com/harshithsunku/mcp-gtags-server",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-gtags-server",
"version": "1.4.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "GTAGS_MCP_ROOT",
"description": "Optional pinned project root. Usually unnecessary: the server uses the client's workspace roots or auto-detects the repo from its working directory.",
"isRequired": false,
"format": "string"
},
{
"name": "GTAGS_MCP_AUTO_SETUP",
"description": "Set to 0 to disable the automatic user-space install of the gtags/ctags toolchain on first use.",
"isRequired": false,
"format": "string"
}
]
}
]
}