Provides support channel access through Discord for troubleshooting and community assistance
Hosts the project repository and issue tracking for the MCP server
Supports exporting contexts to Markdown format for documentation and sharing
Runs as a Node.js application providing the MCP server runtime environment
Distributed through npm package registry for easy installation and updates
Supports exporting contexts to XML format for structured data representation
Convolut MCP Server
Official Model Context Protocol (MCP) server for Convolut Context Bank, enabling seamless integration with Claude Desktop and other MCP clients.
Features
🚀 11 Powerful Tools for context management and AI-powered operations:
Context Management
list_contexts
- Search and filter contexts with advanced optionsget_context
- Retrieve specific context by IDcreate_context
- Create new context with content and metadataupdate_context
- Update existing contextsdelete_context
- Delete contexts by ID
AI-Powered Operations
search_contexts
- Semantic search across your contextsconsolidate_contexts
- AI-powered context consolidation and summarizationplan_from_contexts
- Generate actionable plans from multiple contexts
Export & Integration
export_contexts
- Export to JSON, XML, TXT, or Markdown formatsget_raw_url
- Generate temporary shareable URLsget_context_stats
- Statistical analysis of your contexts
Quick Start
Installation
Claude Desktop Setup
- Get your Convolut API key from https://convolut.app
- Add to your Claude Desktop configuration file:
Windows: %APPDATA%\\Claude\\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Restart Claude Desktop
- Start using Convolut tools in your conversations! 🎉
Usage Examples
Search Your Contexts
Claude will use the search_contexts
tool to find relevant contexts in your Convolut library.
Create New Context
Claude will use create_context
to save the conversation to your Convolut account.
Generate Plans
Claude will use consolidate_contexts
and plan_from_contexts
to analyze multiple contexts and generate structured plans.
Manual Installation
If you prefer to install locally:
Then use the full path in your Claude Desktop config:
API Key Setup
Get Your API Key
- Sign up at https://convolut.app
- Navigate to Settings → API Keys
- Generate a new API key
- Copy the key (format:
convolut_sk_...
)
Environment Variables
You can also set the API key as an environment variable:
Architecture
This MCP server provides a direct, efficient bridge between Claude Desktop and the Convolut API, with no intermediate servers required.
Requirements
- Node.js 18.0.0 or higher
- Convolut API key
- Claude Desktop (or any MCP-compatible client)
Supported Platforms
- ✅ Windows 10/11
- ✅ macOS 12+
- ✅ Linux (Ubuntu 20.04+)
Troubleshooting
Claude Desktop Not Seeing Tools
- Verify your
claude_desktop_config.json
syntax is correct - Check that your API key is valid
- Restart Claude Desktop completely
- Check Claude Desktop logs for errors
API Key Issues
- Ensure your API key is set in the Claude Desktop config
- Verify the API key format starts with
conair_sk_
- Check for typos in the configuration file
Connection Issues
- Verify internet connectivity
- Check if your firewall blocks HTTPS requests
- Ensure Node.js version is 18.0.0 or higher
Development
Project Structure
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
License
MIT License - see LICENSE file for details.
Support
- Documentation: https://docs.convolut.app/mcp
- Issues: https://github.com/expdal3/convolut-mcp/issues
- Discord: https://discord.gg/convolut-ai
Related Projects
- Convolut Web App - Main context management platform
- Convolut API Documentation - REST API reference
- MCP Specification - Model Context Protocol standard
Made with ❤️ by the Convolut team
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables seamless integration with Convolut Context Bank for AI-powered context management, search, consolidation, and export operations. Provides 11 powerful tools for creating, managing, and analyzing contexts with semantic search and automated planning capabilities.
Related MCP Servers
- -securityFlicense-qualityFacilitates enhanced interaction with large language models (LLMs) by providing intelligent context management, tool integration, and multi-provider AI model coordination for efficient AI-driven workflows.Last updated -
- -securityAlicense-qualityA server for managing project documentation and context across Claude AI sessions through global and branch-specific memory banks, enabling consistent knowledge management with structured JSON document storage.Last updated -411MIT License
- AsecurityAlicenseAqualityProvides a structured documentation system for context preservation in AI assistant environments, helping users create and manage memory banks for their projects.Last updated -369MIT License
- AsecurityAlicenseAqualityProvides intelligent context management for AI development sessions, allowing users to track token usage, manage conversation context, and seamlessly restore context when reaching token limits.Last updated -832Apache 2.0