project-code-intelligence
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PGVECTOR_HOST | No | PostgreSQL host for pgvector (default: localhost) | localhost |
| PGVECTOR_PORT | No | PostgreSQL port for pgvector (default: 5432) | 5432 |
| PGVECTOR_USER | No | PostgreSQL user for pgvector (default: postgres) | postgres |
| PGVECTOR_DATABASE | No | PostgreSQL database for pgvector (default: pgvector) | pgvector |
| PGVECTOR_PASSWORD | No | PostgreSQL password for pgvector (default: empty) | |
| PROJECT_CODE_INTELLIGENCE_PROFILE | No | Fully qualified Python path to a custom code profile | |
| PROJECT_CODE_INTELLIGENCE_ALLOW_REMOTE_EMBEDDING | No | Set to 1 to allow remote embedding endpoints | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| code_intel_statusC | Check code intelligence snapshot, file, record, edge, and embedding state. |
| search_code_intel_textC | Search or list code intelligence records with optional PostgreSQL full-text search and exact filters. |
| search_code_intel_semanticC | Embed a query with the configured embedding backend and search embedded code intelligence records. |
| get_code_intel_recordA | Fetch one code intelligence record by numeric ID, including display content. |
| related_code_intelC | Return code intelligence graph edges related to a record id or symbol. |
| search_static_findingsC | Search SARIF/static-analysis findings with exact filters. |
| get_static_findingC | Fetch one SARIF/static-analysis finding with rule, locations, and code-flow steps. |
| get_static_code_flowC | Fetch ordered SARIF/CodeQL code-flow steps for one static-analysis finding. |
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
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/cvandesande/project-code-intelligence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server