reasoner-mcp
v1.0.1
Published
MCP server for Reasoner Context Spaces — upload documents, compress into cores, and chat with your knowledge
Maintainers
Readme
reasoner-mcp
MCP server for Reasoner Context Spaces. Upload documents, compress them into knowledge cores, and chat with your content — all from Claude, Cursor, or any MCP-compatible app.
Quick Setup
One command to connect:
claude mcp add reasoner-mcp \
-e CORE_API_KEY=YOUR_API_KEY \
-- npx -y reasoner-mcpThen restart your Claude desktop app. That's it.
Available Tools
| Tool | Description |
|------|-------------|
| list_spaces | List all your context spaces |
| create_space | Create a new space |
| upload_file | Upload a document (PDF, DOCX, etc.) |
| paste_text | Create a text-only file |
| compress | Compress documents into a .core |
| chat_with_core | Ask questions about your compressed documents |
| set_llm_key | Add your OpenAI/Anthropic/Gemini key for chat |
| get_llm_key | Check your current LLM key |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| CORE_API_KEY | Yes | Your Reasoner API key (starts with dev_) |
| CORE_API_URL | No | API base URL (default: https://app.reasoner.com/api/core) |
License
MIT
