@tachyon-os/mcp-server
v0.1.1
Published
MCP server for Tachyon OS — 35 tools for wiki, agents, tasks, memory, audit, compliance, and more
Maintainers
Readme
@tachyon-os/mcp-server
MCP (Model Context Protocol) server for Tachyon OS — the AI-native company operating system.
107 Tools Across 10 Domains
| Domain | Tools | Examples | |--------|-------|---------| | Wiki | 5 | Read/write/search pages, get graph, list pages | | Tasks | 4 | Search, read, pick up, update tasks | | Agents | 12 | Register, heartbeat, lifecycle, memory, notifications | | Beads | 4 | Pick, complete, handoff, witness | | Automation | 3 | Create/list rules, trigger workflows | | Compliance | 8 | Audit, mentions, events, autonomy, social graph | | Business | 6 | Vision, scorecard, metrics, intelligence | | Self-Improvement | 4 | Formulas, dream mode, benchmarks | | Governance | 6 | Trust levels, permissions, access gates | | Meta | 2 | List available tools, show locked tools |
2 Resources
wiki://pages/{slug}— Wiki page content as markdownwiki://structure— Project structure overview
Quick Start
With Claude Desktop / Cursor
Add to your MCP config (~/.claude/settings.json or Cursor settings):
{
"mcpServers": {
"tachyon": {
"command": "npx",
"args": ["@tachyon-os/mcp-server"],
"env": {
"WIKI_API_URL": "http://localhost:8080",
"WIKI_PROJECT_ID": "your-project-id"
}
}
}
}Standalone
npx @tachyon-os/mcp-serverEnvironment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| WIKI_API_URL | Tachyon server URL | http://localhost:8080 |
| WIKI_PROJECT_ID | Default project ID | — |
| WIKI_AUTH_TOKEN | Authentication token | — |
| MCP_TRANSPORT | Transport mode (stdio or http) | stdio |
| MCP_PORT | HTTP port (when transport=http) | 3100 |
Transport Modes
- stdio (default) — Standard MCP stdio transport for Claude Desktop/Cursor
- HTTP — HTTP transport with
/healthendpoint for cloud deployments
License
MIT
