anchor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANCHOR_API_KEY | No | Optional. The API key for the hosted Project Brain. When set, the server reads real data instead of the bundled sample project. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_brainA | Ask a question about the product's own history — decisions, constraints, what customers said — and get the fragments that bear on it, each with the source it came from. Returns 'nothing answers that' rather than guessing when the brain has not read it. |
| list_contradictionsA | Statements in the project's sources that cannot both be true, with both sides quoted and the question somebody has to answer to resolve each one. This is usually the highest-value call: contradictions are what a person cannot hold in their head across six tools. |
| list_gapsA | Questions no source answers, with the role that can answer each and what it blocks. Deliberately returns no citations — there is nothing to cite, which is the point. |
| list_sourcesA | Everything the brain has read for this project — interviews, PRDs, tickets, threads, docs — with how many fragments came out of each. Use it to see what an answer could possibly be based on before you trust one. |
| get_fragmentA | Fetch one fragment by id with its full text and where it sits in its source. Every other tool cites fragment ids; this is how you open one. |
| draftA | Draft a PRD section, user stories or acceptance criteria for a topic, with every line traced to the fragment behind it and the open questions listed underneath. Refuses to draft when no source supports the topic. |
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/amitboker/anchor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server