tricorder-mcp: MCP server for Tricorder

[ ai, development, library, mit, program ] [ Propose Tags ] [ Report a vulnerability ]

Model Context Protocol server for Tricorder.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies atelier-core (>=0.3 && <0.5), atelier-prelude (>=0.1 && <0.3), base (>=4.18 && <4.23), bytestring (>=0.11 && <0.13), directory (>=1.3 && <1.4), effectful-core (>=2.6 && <2.7), effectful-plugin (>=2.0 && <2.2), mcp-server (>=0.2 && <0.3), process (>=1.6 && <1.7), tricorder-mcp, tricorder-types (>=0.1 && <0.2), typed-process (>=0.2 && <0.3), unix (>=2.8 && <2.9) [details]
License MIT
Author Victor Nascimento Bakke
Maintainer victor.bakke@tweag.io
Uploaded by Gipphe at 2026-09-01T08:57:38Z
Category AI, Development
Home page https://github.com/tweag/tricorder#readme
Bug tracker https://github.com/tweag/tricorder/issues
Source repo head: git clone https://github.com/tweag/tricorder
Distributions
Executables tricorder-mcp
Downloads 6 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2026-09-01 [all 1 reports]

Readme for tricorder-mcp-0.1.1.0

[back to package description]

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.