mcp-devbrain-stdio
DevBrain - MCP Server for Indie Developers and Founders.
Documentation
DevBrain MCP Server
Chat with your favorite newsletters (coding, tech, founder).
Audit

| :--------: | :--------: |
|---|---|
|  |
About
It is a newsletter-based MCP that searches for relevant code snippets, indie developer articles and blog posts so you don't have to hunt through generic web results again. Just ask LLM: "research on devbrain"
It's kind of like a web search, but specifically tuned for high-quality, developer-curated content. You can easily plug in your favorite newsletter to expand its knowledge base even further.
_For example, when you are implementing feature "A", DevBrain can pull related articles that would serve as a solid reference and a foundation for your implementation._
| :--------: | :--------: |
|---|---|
| Claude app | Goose app (tap on an image to open utube) |
DevBrain returns articles as short description + URL, you can then:
Try quickly with remote http-transport MCP
"devbrain": {
"type": "http",
"url": "https://devbrain.svenai.com/mcp"
},Local Installation (remote http mcp recommended)
Via `uv` or `uvx`. Install `uv` and `uvx` (if not installed):
curl -LsSf https://astral.sh/uv/install.sh | shExample command to run MCP server in `stdio` mode:
uvx --python ">=3.10" --from devbrain devbrain-stdio-serverUse in Claude Code (or other coding agents)
https://docs.anthropic.com/en/docs/claude-code/mcp#installing-mcp-servers
You can either add MCP to cc manually or reference tthe same .json file that Claude app uses.
Use in Claude
To add `devbrain` to Claude's config, edit the file:
`~/Library/Application Support/Claude/claude_desktop_config.json`
and insert `devbrain` to existing `mcpServers` block like so:
{
"mcpServers": {
"devbrain": {
"command": "uvx",
"args": [
"--python", ">=3.10",
"--force-reinstall",
"--from",
"devbrain",
"devbrain-stdio-server"
]
}
}
}Claude issues:
- Somehow it fails to get the latest version even when OS has it installed. Forcing an update (at least once) is required for Claude app. This is done with `--force-reinstall` arg.
- Claude is known to fail when working with `uv` and `uvx` binaries. See related: https://gist.github.com/gregelin/b90edaef851f86252c88ecc066c93719. If you encounter this error then run these commands in a Terminal:
sudo mkdir -p /usr/local/binsudo ln -s ~/.local/bin/uvx /usr/local/bin/uvxsudo ln -s ~/.local/bin/uv /usr/local/bin/uvand restart Claude.
Integration for Cline and other AI agents
Command to start DevBrain MCP in `stdio` mode:
uvx --python ">=3.10" --force-reinstall --from devbrain devbrain-stdio-serverand add this command to a config file of the AI agent (Cline or other).
Note that DevBrain requires Python 3.10+ support. Most systems have it installed. However VS Code (that Cline depends on) is shipped with Python 3.9. Use correct version of Python when running DevBrain MCP. A corrected version to launch DevBrain MCP looks like this:
uvx --python ">=3.10" --force-reinstall --from devbrain devbrain-stdio-serverDocker integration
You can run this MCP as a Docker container in STDIO mode. First build an image with `build.sh`. Then add a config to Claude like so:
{
"mcpServers": {
"devbrain": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"svenai/mcp-devbrain-stdio:latest"
]
}
}
}Test command to verify that docker container works correctly:
docker run -i --rm svenai/mcp-devbrain-stdio:latestLicense
This project is released under the MIT License and is developed by mimeCam as an open-source initiative.
Frequently asked questions
What is mcp-devbrain-stdio?
mcp-devbrain-stdio is DevBrain - MCP Server for Indie Developers and Founders.
How do I install mcp-devbrain-stdio?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-devbrain-stdio open source?
Yes — it is hosted on GitHub at https://github.com/mimecam/mcp-devbrain-stdio and has 2 stars.
Related MCP tools
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive interface for managing, testing, and using MCP s...
Code research platform for AI agents; find, understand, and prove context across your code and all of GitHub, in a fraction of the tokens. One toolset, MCP or CLI
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations) Python-based implementation.
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP