2 days ago
knowledge-and-memoryEnhanced MCP server for Capacities, the knowledge management app. Features include listing spaces, searching content with full-text and title modes, retrieving complete object content by ID, saving weblinks with metadata and tags, and adding content to daily notes. Fork of the original with updated fastmcp for MCP SDK compatibility and tested Windows support.
Overview
What is Capacities MCP Plus?
Capacities MCP Plus is an enhanced server for the Capacities knowledge management app, designed to improve the management and retrieval of knowledge through various features.
How to use Capacities MCP Plus?
To use Capacities MCP Plus, integrate it with your Claude Desktop configuration by adding the server command and your Capacities API key. The server will run automatically when Claude Desktop starts.
Key features of Capacities MCP Plus?
- List personal spaces and retrieve detailed space structures.
- Search content across spaces with advanced filtering options.
- Retrieve full note content by object ID.
- Save web links with metadata and tags.
- Add content to daily notes seamlessly.
Use cases of Capacities MCP Plus?
- Organizing and managing personal knowledge bases.
- Efficiently searching for specific notes or content across multiple spaces.
- Saving and tagging web links for easy access later.
- Keeping daily notes updated with relevant information.
FAQ from Capacities MCP Plus?
- What is the difference between Capacities MCP and Capacities MCP Plus?
Capacities MCP Plus includes additional features like full object content retrieval and improved Windows support.
- Is there a cost to use Capacities MCP Plus?
Capacities MCP Plus is free to use as part of the Capacities ecosystem.
- How do I get my Capacities API key?
You can obtain your Capacities API key from your Capacities account settings.
Server Config
{
"mcpServers": {
"capacities": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"capacities-mcp-plus"
],
"env": {
"CAPACITIES_API_KEY": "your_capacities_api_key_here"
}
}
}
}