projectbrain-mcp
by 9-Trinkets
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENTRY_DSN | No | Sentry DSN for error/performance reporting. | |
| SERVER_URL | No | Base URL of the ProjectBrain API. | http://localhost:8000 |
| CORS_ORIGINS | No | Accepts either a JSON array or a comma-separated list. | ["http://localhost:5173"] |
| JWT_ALGORITHM | No | JWT algorithm. | HS256 |
| JWT_SECRET_KEY | Yes | Secret used to validate JWT bearer tokens. | |
| MCP_SERVER_URL | No | Public base URL used in OAuth resource metadata. Defaults to SERVER_URL. | |
| SENTRY_ENVIRONMENT | No | Sentry environment tag. | |
| SENTRY_SEND_DEFAULT_PII | No | Set to true to include richer MCP request/response context. | false |
| SENTRY_TRACES_SAMPLE_RATE | No | Trace sample rate. | 0.2 |
| MCP_REQUEST_TIMEOUT_SECONDS | No | Request timeout in seconds. | 30 |
| MCP_UNAUTH_DISCOVERY_METHOD_SCAN_BYTES | No | Max unauthenticated request bytes scanned. | 8192 |
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
ActivityInactive
ResponsivenessNo issues