Skip to main content

A FastMCP server for DevBrain stdio communication.

Project description

DevBrain MCP Server

This devbrain MCP server retrieves tech-related information, such as code snippets and links to developer blogs, based on developer questions. It is like a web-search but tailors only curated knowledge from dev blogs and posts by software developers.

usage-claude usage-goose
Claude app Goose app

DevBrain returns articles as short description + URL, you can then:

  • instruct LLM agent like Claude or Goose to fetch full contents of the articles using provided URLs
  • instruct LLM to implement a feature based on all or selected articles

Installation and Usage

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 --from devbrain devbrain-stdio-server

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": [
        "--from",
        "devbrain",
        "devbrain-stdio-server"
      ]
    }
  }
}

Set your API_TOKEN in the env block.

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/bin
sudo ln -s ~/.local/bin/uvx /usr/local/bin/uvx
sudo ln -s ~/.local/bin/uv /usr/local/bin/uv

and restart Claude.

To run via Docker first build an image with build.sh then add a config to Claude like so:

{
  "mcpServers": {
    "devbrain": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp-devbrain-stdio:my"
      ]
    }
  }
}

Test command:

docker run -i --rm mcp-devbrain-stdio:my

License

This project is released under the MIT License and is developed by mimeCam as an open-source initiative.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devbrain-1.0.6.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

devbrain-1.0.6-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file devbrain-1.0.6.tar.gz.

File metadata

  • Download URL: devbrain-1.0.6.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.13

File hashes

Hashes for devbrain-1.0.6.tar.gz
Algorithm Hash digest
SHA256 db5727df41f7268c1c2fd7d5cf8d26672e6ed4924f9b4abea87fdade2846c0be
MD5 01bd4dd81a53a626a07d65a0a5ebc3fb
BLAKE2b-256 8b9b38baf8c2b5d747a9a7f065541600c308fe5661bb364210ea6eb411af2fc4

See more details on using hashes here.

File details

Details for the file devbrain-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: devbrain-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.13

File hashes

Hashes for devbrain-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 341cb7bc033873eb11949a915009ebbf8d19f201892780c0c396858187c8fa89
MD5 379bebd3651ac0916949fd6a503e15a9
BLAKE2b-256 0dc60b3d9fbd52b07055dc223541f4b1adbabfe71e5060cdd6dcb046a828a87b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page