Blues Expert is a Model Context Protocol (MCP) server that helps you build products with Notecard and Notehub.
When used with an LLM, Blues Expert provides best practices for firmware development, helps developers take advantage of Notecard capabilities, and supplies accurate information about Blues products to reduce hallucinations and errors.
Requirements:
- Go (at least v1.23)
- Make
- Docker
make buildAdd the following to your mcp.json file (e.g. for Claude Desktop, this is claude_desktop_config.json):
{
"mcpServers": {
"blues-expert": {
"type": "http",
"url": "http://localhost:8080/expert/mcp"
}
}
}To run the MCP inspector, you'll need Node.js installed (at least v18).
make inspect-blues-expert