Skip to main content
Glama
cvandesande

project-code-intelligence

by cvandesande

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PGVECTOR_HOSTNoPostgreSQL host for pgvector (default: localhost)localhost
PGVECTOR_PORTNoPostgreSQL port for pgvector (default: 5432)5432
PGVECTOR_USERNoPostgreSQL user for pgvector (default: postgres)postgres
PGVECTOR_DATABASENoPostgreSQL database for pgvector (default: pgvector)pgvector
PGVECTOR_PASSWORDNoPostgreSQL password for pgvector (default: empty)
PROJECT_CODE_INTELLIGENCE_PROFILENoFully qualified Python path to a custom code profile
PROJECT_CODE_INTELLIGENCE_ALLOW_REMOTE_EMBEDDINGNoSet to 1 to allow remote embedding endpoints0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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