TestGraph
by BBCBasic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_SECRET | No | A random secret used by the application. | |
| ENVIRONMENT | No | Deployment environment, e.g. production. | |
| CORS_ORIGINS | No | JSON array of allowed CORS origins. | |
| DATABASE_URL | No | PostgreSQL connection URL. Required for production; local development may use SQLite otherwise. | |
| ALLOWED_HOSTS | No | JSON array of allowed host names. | |
| CLIENT_API_KEYS | No | JSON object containing scoped client credentials. | |
| PUBLIC_BASE_URL | No | The public base URL of the deployment, e.g. https://your-domain. | |
| DEVELOPMENT_API_KEY | No | A long random key for development/admin use only. | |
| OAUTH_OWNER_USER_ID | Yes | The owner user ID that the TestGraph MCP integration should use. | |
| OAUTH_CONNECTION_CODE | Yes | A long random connection code used for the OAuth 2.1 Authorization Code + PKCE flow. | |
| ENABLE_DEVELOPMENT_RESET | No | Set to 'true' only to enable the development reset page; must be 'false' in public production. | false |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/BBCBasic/TestGraph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server