@hackage tricorder-mcp0.1.0.0

MCP server for Tricorder

tricorder-mcp

Model Context Protocol server for Tricorder.

Installation

tricorder-mcp needs to be downloaded or installed onto your machine before Claude or Copilot can use it.

Hackage

Download or install from Hackage:

cabal install tricorder-mcp
# or
stack install tricorder-mcp

GitHub release

Download and install from GitHub releases, and place the binary in your PATH.

Add MCP server to your agent

With Claude

If you put tricorder-mcp in your PATH:

claude mcp add tricorder -- tricorder-mcp

Alternatively, if you want to refer to tricorder-mcp by an absolute path:

claude mcp add tricorder -- /path/to/tricorder-mcp

With Copilot

Use the /mcp add command within Copilot, or use the CLI directly:

copilot mcp add tricorder -- tricorder-mcp

Alternatively, if you want to refer to tricorder-mcp by an absolute path:

copilot mcp add tricorder -- /path/to/tricorder-mcp

Usage

Prompt your agent to use the tricorder MCP server whenever you want it to perform some work. Alternatively, you can add it to your repo's AGENT.md to ensure your agent always knows that the MCP server is available.

Built on atelier

tricorder-mcp is built on the atelier toolkit, also developed in this repository:

License

MIT — see LICENSE.