Registry Mode
ActiveReads directly from the public Gaia Skill Tree registry. No local checkout required. Skills are fetched on demand and cached locally.
MODEL CONTEXT PROTOCOL
The Gaia Skill Tree, wired directly into your editor. Discover and inspect evidence-backed skills over a single stdio connection.
npm install @gaia-research/mcp@0.1.0Reads directly from the public Gaia Skill Tree registry. No local checkout required. Skills are fetched on demand and cached locally.
Points to a local gaia-skill-tree checkout. Edits to your local skills are reflected immediately — no publish cycle needed.
GAIA_SKILL_TREE=../gaia-skill-tree npx -y @gaia-research/mcp@0.1.0Registry mode tools currently shipped in @gaia-research/mcp@0.1.0. These read-only tools allow complete exploration of public skills.
Find generic and Named Skills in the public Gaia Registry. Returns ranked structured results with trust and source freshness metadata.
query*limitkindsReturn an evidence-backed dossier for one generic or Named Skill, including relationships, implementations, trust, sources, and data freshness.
id*Report server version, Registry mode, data-contract compatibility, source freshness, counts, and available tools.
Under development for upcoming releases. These tools enable local mutations, benchmark runs, and skill composition.
Install a Gaia skill from the registry into the current agent harness configuration.
skill*harnessList all skills available in the Gaia Skill Tree registry, with optional category filter.
categoryCompose two installed skills into a unified SKILL.md using skill-fuse.
skill_a*skill_b*output_nameAnalyze a context/SKILL.md file and return a token-budget breakdown against the harness limit.
path*harness_limitValidate and submit a GSB benchmark result JSON to the Gaia Research ledger.
path*dry_runAdd Gaia MCP to your editor's config file, restart, and your agent gains the full Skill Tree as native tools.
Config file: .mcp.json (project root)
{
"mcpServers": {
"gaia": {
"command": "npx",
"args": [
"-y",
"@gaia-research/mcp@0.1.0"
]
}
}
}{
"mcpServers": {
"gaia": {
"command": "npx",
"args": [
"-y",
"@gaia-research/mcp@0.1.0"
]
}
}
}Bonded mode: prefix the command with GAIA_SKILL_TREE=/path/to/gaia-skill-tree to use a local checkout instead of the live registry.
OPEN SOURCE
@gaia-research/mcp@0.1.0 is published and ready for use. Star the repository to follow development.