thought-graph-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THOUGHT_GRAPH_DIR | No | Override the default session artifacts directory. Defaults to ~/thought-graph-sessions/. | ~/thought-graph-sessions |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| begin_thinkingA | Start a new Thought Graph reasoning session for a complex problem. Returns a sessionId and the protocol instructions. Call this FIRST, then build the reasoning with add_thought. |
| add_thoughtA | Record one reasoning step (a graph node). Keep it to a single idea. Use |
| get_sessionA | Return the current reasoning graph as JSON (all nodes, edges, statuses) plus on-disk artifact paths. Use this to review where things stand or recover the exact graph file path. |
| revise_stepA | Pinpoint a specific step by node id, mark it superseded, and replace it with a fresh |
| finalize_thinkingA | Record the final synthesized answer for the session and refresh the artifacts. Call after the graph supports a conclusion. |
| list_sessionsA | List existing Thought Graph sessions (id, title, step count) found on disk. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| decompose | Reason about a complex problem as an explicit, editable thought graph. |
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/jeff-ong/thought-graph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server