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 |
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 | |
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/9-Trinkets/projectbrain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server