Skip to content

blues/note-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 build

Install

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"
    }
  }
}

Development

To run the MCP inspector, you'll need Node.js installed (at least v18).

make inspect-blues-expert

About

MCP servers for Notecard, Notehub & Blues Expert

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors