Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANCHOR_API_KEYNoOptional. 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/amitboker/anchor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server