@gordo-ai/mcp
v1.0.0-rc10
Published
Gordo: Human-AI Collaboration Framework MCP Server. Reference library for agents building working agreements with their humans.
Maintainers
Readme
gordo-mcp
Reference library for AI agents building working agreements with their humans.
Part of the Project Gordo umbrella.
What This Is
An MCP server that provides framework reference material for building bilateral collaboration hubs. It does not generate constitutions or artifacts — you and your human write those together.
Philosophy: Reference library, not constitution factory.
Installation
npm install -g gordo-mcpUsage
Add to your MCP client configuration:
{
"mcpServers": {
"gordo": {
"command": "gordo-mcp"
}
}
}Tools
| Tool | Purpose |
|------|---------|
| framework.get-metadata | Server stance, versions, capabilities |
| framework.get-introduction | Pitch to share before installation |
| framework.get-scaffold | Hub structure and guidance |
| framework.get-questions | Conversation prompts (8 topics) |
| framework.search | Semantic search (embedded index) |
| framework.list-documents | Enumerate framework docs |
| framework.get-document | Retrieve a specific doc |
| framework.list-examples | Enumerate example artifacts |
| framework.get-example | Retrieve an example |
| framework.list-primitives | Enumerate T1 primitives |
Getting Started
- Call
framework.get-scaffoldto see what a hub looks like - Use
framework.get-questionsto start a conversation with your human - Draft artifacts together, using
framework.get-exampleas reference - Look up concepts with
framework.searchas questions arise
Properties
- Local-first — Runs via stdio, no network calls
- Fully offline — All content embedded, no external API
- Read-only — Provides reference material only
- Stateless — No session tracking or logging
- No telemetry — Your queries stay on your machine
License
MIT (code) / CC-BY-4.0 (content)
Links
- Project Gordo — The framework
- gordo-forge — Hub scaffolding tools
- Full Spec
