Back to Apps

Brain MCP Server
Supports UIby mstrehse
Comprehensive memory and task management system for LLM workflows with persistent knowledge base and workflow templates.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Brain MCP Server provides LLMs with a persistent, file-based memory system and a structured task queue. It allows AI agents to store long-term knowledge in markdown files and manage complex, multi-step workflows using reusable templates, preventing context loss across sessions.
Tools
store-memory: Save information as markdown files in the knowledge base.get-memory: Retrieve specific knowledge by file path.list-memories: View the hierarchical structure of all stored memories.delete-memory: Remove outdated or incorrect information.add-tasks: Queue multiple tasks for systematic execution.get-task: Retrieve and remove the next pending task from the queue.create-task-template: Define reusable workflow patterns.instantiate-task-template: Generate specific tasks from a template.ask-question: Prompt the user via native OS popup dialogs.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"brain": {
"command": "go run github.com/mstrehse/mcp-brain@latest",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
go install github.com/mstrehse/mcp-brain@latestInformation
- Pricing
- free
- Published
- 4/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Install via `go install github.com/mstrehse/mcp-brain@latest` and add "mcp-brain" to MCP settings.Claude Desktop
{
"mcpServers": {
"brain": {
"command": "go run github.com/mstrehse/mcp-brain@latest",
"args": []
}
}
}





