Agent Context MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_taskC | Creates a new working context task and returns the task ID. |
| log_progressB | |
| log_decisionC | Logs a technical decision with its reason to the context. |
| add_questionC | Adds an unresolved open question to the context. |
| resolve_questionB | Marks an open question as resolved. |
| resumeA | |
| list_tasksB | Lists tasks, optionally filtered by status (active, done, blocked, abandoned). |
| graph.indexC | Parses a given file path and saves the extracted symbols to the symbols table. |
| graph.get_symbolC | Retrieves a symbol's info, file, and line numbers from the database. |
| graph.trace_callsB | Returns the inbound or outbound call chain for a given symbol. direction: 'inbound' or 'outbound' |
| graph.get_architectureB | Returns a basic high-level overview of the parsed codebase, including files, symbol counts, and entry points. |
| project.exportA | Creates a compressed zip backup of the entire .agentctx/ directory. |
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
- 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/Arunavo-ProjectIdea/Agent-Context-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server