project-map-mcp
by bahooo22
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port on which the MCP server listens. Defaults to 8765. | 8765 |
| MAP_HOST | No | Host/interface to bind the server to. | |
| MAP_ROOT | No | Root directory for the project map (parts/, map/). In the Docker example this is /projects/scan. | |
| SOURCE_ROOT | No | Root directory for paths inside events. In the Docker example this is /projects. | |
| MAP_DASHBOARD_PORT | No | Port for the web dashboard. Defaults to 8766. | 8766 |
| MAP_EMBEDDINGS_URL | No | LM Studio embeddings endpoint URL. Defaults to http://localhost:1234/v1/embeddings. | http://localhost:1234/v1/embeddings |
| MAP_MAX_BATCH_BYTES | No | Maximum batch size in bytes. Defaults to 300000. | 300000 |
| MAP_MAX_PLAN_THEMES | No | Maximum number of plan themes. Defaults to 20. | 20 |
| MAP_EMBEDDINGS_MODEL | No | Embeddings model name. Defaults to text-embedding-nomic-embed-text-v1.5@f32. | text-embedding-nomic-embed-text-v1.5@f32 |
| MAP_DASHBOARD_ENABLED | No | Whether the web dashboard is enabled. Defaults to true. | true |
| MAP_SOFT_EVENTS_LIMIT | No | Soft limit for events. | |
| MAP_EMBEDDINGS_ENABLED | No | Whether embeddings are enabled. Defaults to false. | false |
| MAP_MAX_EVENTS_PER_FILE | No | Maximum number of events per file. Defaults to 10. | 10 |
| MAP_EMBEDDINGS_MIN_SCORE | No | Minimum cosine similarity score for embeddings-based matching. Defaults to 0.75. | 0.75 |
| MAP_MAX_FILES_PER_PACKET | No | Maximum number of files per packet. Defaults to 10. | 10 |
| MAP_EMBEDDINGS_TIMEOUT_SEC | No | Timeout in seconds for embeddings requests. Defaults to 35.0. | 35.0 |
| MAP_CHUNK_CONFIDENCE_THRESHOLD | No | Confidence threshold used for chunking. | |
| MAP_CHUNKED_MAX_EVENTS_PER_FILE | No | Maximum number of events per file in chunked mode. Defaults to 15. | 15 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues