Code Indexing MCP
by MarcinHamiga
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INCODE_OFFLINE | No | Set to '1' to disable network access (model download will fail if not cached) | 0 |
| INCODE_DATA_DIR | No | Override the platform-specific data directory for index storage | |
| INCODE_CACHE_DIR | No | Override the platform-specific cache directory for model downloads | |
| INCODE_AUTO_INDEX | No | Set to '0', 'false', or 'no' to disable automatic indexing of workspace roots | 1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init_projectD | – |
| index_projectD | – |
| project_statusD | – |
| list_projectsD | – |
| remove_projectD | – |
| search_codeD | – |
| find_symbolD | – |
| file_outlineD | – |
| get_chunkD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcinHamiga/code-indexing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server