
Note MCP
โ 3from blues
MCP servers for Notecard, Notehub, and general development.
note-mcp
Blues Expert MCP server for Notecard & Notehub development.
[!WARNING] This MCP server is experimental and subject to change. Please wait until a versioned release is available before relying on it.
About
The Blues Expert MCP server is a remote tool designed to help you develop Notecard projects. When used with an LLM, it provides guidance on best practices for writing firmware and leveraging Notecard's capabilities. It provides correct and accurate information about Notecard, reducing hallucinations and errors when building Notecard projects.
Build
Requirements:
- Go (at least v1.23)
- Make
- Docker
make buildDevelopment
To run the MCP inspector, you'll need Node.js installed (at least v18).
make inspect-blues-expertInstall
Add 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"
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ