mcpbeat Sign in

Touchstone MCP Server

local only

Touchstone runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from pypi. Last commit 29 Jun 2026.

Verifiable text/code/measurement tools for agents, each reproducing a named authority.

Installs per day peak 10 · avg 5 · -36% w/w
a month agotoday
29
Installs / week
pypi · touchstone-compute
0
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Touchstone every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add touchstone -- uvx touchstone-compute
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "touchstone": {
      "args": [
        "touchstone-compute"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.touchstone]
command = "uvx"
args = ["touchstone-compute"]
.cursor/mcp.json
{
  "mcpServers": {
    "touchstone": {
      "args": [
        "touchstone-compute"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "touchstone": {
      "args": [
        "touchstone-compute"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Touchstone

same job, measured the same way
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
smails
by pexni

Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.

56 installs/wk local only
LeanToken
by morluto

Token-bounded repository context for coding agents over MCP.

local only
FairMind Project Context
by fairmind

Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

answering
Kage
by kage-core

Verified memory for coding agents: claims cited against code, stale withheld, savings receipts.

216 installs/wk local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only

Touchstone — questions

Answers built from our own checks of this server.

Why is there no uptime for Touchstone?
Touchstone runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package touchstone-compute was installed 29 times last week.
How do I connect Touchstone?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls touchstone-compute straight from pypi; nothing to host, nothing to sign up for.
How many people use Touchstone?
The pypi package touchstone-compute was installed 29 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Touchstone open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.