@contextube/mcp-server
v0.1.0
Published
Claude MCP server for ContextTube — 5-layer contextual intelligence
Downloads
142
Readme
@contextube/mcp-server
Claude MCP server for ContextTube — access the 5-layer contextual intelligence system directly from Claude.
Layer System
| Layer | Name | Description | |-------|------|-------------| | 1 | Abstract Associations | ~50 tokens, gut-level impressions | | 2 | Ideas + Evidence | Key ideas with source quotes | | 3 | Connections | Cross-references between works | | 4 | Summary + Commentary | Editorial interpretation | | 5 | Full Narrative | Complete source with annotations |
Tools
- search_content — Search ContextTube content
- get_content — Get content details by ID
- get_layer — Get a specific layer (1-5) for content
- list_flows — List available flows
- assemble_context — Assemble optimized context within a token budget
Install
cd E:\Navigator\projects\contextube\plugins\claude-mcp
npm install
npm run buildClaude Desktop Setup
Add to your claude_desktop_config.json:
{
"mcpServers": {
"contextube": {
"command": "node",
"args": ["E:/Navigator/projects/contextube/plugins/claude-mcp/dist/index.js"]
}
}
}Config file location:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Restart Claude Desktop after adding the config.
Usage
Once connected, ask Claude things like:
- "Search ContextTube for machine learning"
- "Get layer 2 for content xyz"
- "Assemble context for content abc with a 500 token budget focused on methodology"
