DevBrain▌

by mimecam
DevBrain helps you find coding tutorials and articles, perfect for web programming tutorials and programming for beginne
Integrates with DevBrain's curated developer knowledge base to search coding articles, tutorials, and technical content with tag-based filtering and full article retrieval for contextual programming guidance and research workflows.
best for
- / Developers researching implementation approaches
- / Finding quality coding tutorials and guides
- / Building technical documentation with references
capabilities
- / Search curated developer content and newsletters
- / Filter articles by tags and topics
- / Retrieve full article content
- / Find code snippets and tutorials
- / Research technical topics from quality sources
what it does
Searches a curated database of developer newsletters, coding articles, and technical content to find relevant programming resources without generic web search results.
about
DevBrain is a community-built MCP server published by mimecam that provides AI assistants with tools and capabilities via the Model Context Protocol. DevBrain helps you find coding tutorials and articles, perfect for web programming tutorials and programming for beginne It is categorized under search web, developer tools. This server exposes 2 tools that AI clients can invoke during conversations and coding sessions.
how to install
You can install DevBrain in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
MIT
DevBrain is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
DevBrain MCP Server
Chat with your favorite newsletters (coding, tech, founder).
Audit
| <a href="https://glama.ai/mcp/servers/@mimeCam/mcp-devbrain-stdio">
| <img width="380" height="200" src="https://glama.ai/mcp/servers/@mimeCam/mcp-devbrain-stdio/badge" alt="DevBrain MCP server" /></a> | ![]() |
|---|---|
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 <topic> 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.
| <img width="400" alt="usage-claude" src="https://github.com/user-attachments/assets/f87b80ee-7829-43e8-9223-a02a38b4fd12" /> | |
|---|---|
| Claude app | Goose app (tap on an image to open utube) |
DevBrain returns articles as short description + URL, you can then:
- instruct LLM agent like
ClaudeorGooseto fetch full contents of the articles using provided URLs - instruct LLM to implement a feature based on all or selected articles
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 | sh
Example command to run MCP server in stdio mode:
uvx --python ">=3.10" --from devbrain devbrain-stdio-server
Use 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-reinstallarg. - Claude is known to fail when working with
uvanduvxbinaries. 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/bin
sudo ln -s ~/.local/bin/uvx /usr/local/bin/uvx
sudo ln -s ~/.local/bin/uv /usr/local/bin/uv
and 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-server
and 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-server
Docker 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:latest
License
This project is released under the MIT License and is developed by mimeCam as an open-source initiative.
FAQ
- What is the DevBrain MCP server?
- DevBrain is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for DevBrain?
- This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
DevBrain is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Piyush G· Sep 9, 2024
We evaluated DevBrain against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Useful MCP listing: DevBrain is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Sakshi Patil· Jul 7, 2024
DevBrain reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend DevBrain for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Oshnikdeep· May 5, 2024
Strong directory entry: DevBrain surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Apr 4, 2024
DevBrain has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Rahul Santra· Mar 3, 2024
According to our notes, DevBrain benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Pratham Ware· Feb 2, 2024
We wired DevBrain into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Yash Thakker· Jan 1, 2024
DevBrain is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
