SPURS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 5000 |
| NODE_ENV | No | Node environment | production |
| JWT_SECRET | Yes | JWT secret for token generation | |
| DATABASE_URL | Yes | PostgreSQL connection string | |
| GITHUB_TOKEN | No | GitHub token for discovery (optional) | |
| ENCRYPTION_KEY | Yes | 32-byte encryption key for secrets | |
| GOOGLE_API_KEY | No | Google Gemini API key (optional) | |
| OPENAI_API_KEY | Yes | OpenAI API key (required) | |
| RATE_LIMIT_MAX | No | Rate limit max requests | 100 |
| POSTMAN_API_KEY | No | Postman API key for discovery (optional) | |
| ANTHROPIC_API_KEY | No | Anthropic API key (optional) | |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds | 60000 |
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