CapacitiesMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAPACITIES_API_KEY | Yes | Your Capacities API key | |
| CAPACITIES_CALLBACK_PORT | No | Port for x-callback responses (0 = auto) | |
| CAPACITIES_DEFAULT_SPACE_ID | No | Default space for operations |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| capacities_list_spacesA | List all Capacities spaces the user has access to. Returns space IDs, titles, and icons. |
| capacities_get_space_infoA | Get detailed information about a Capacities space including available object types (structures), collections, and property definitions. |
| capacities_searchA | Search for objects by title in a Capacities space. Returns matching objects with their IDs, structure types, and titles. |
| capacities_get_object_typesA | Get all available object types (structures) for a space. Useful for knowing what types of objects can be created. |
| capacities_create_objectA | Create a new object of any type in Capacities. Requires the Capacities desktop app to be running. Can create Books, People, Meetings, or any custom object type defined in the space. |
| capacities_save_weblinkB | Save a URL/weblink to Capacities with optional metadata, tags, and notes. |
| capacities_add_to_daily_noteB | Add markdown content to today's daily note in Capacities. |
| capacities_get_current_objectA | Get information about the currently open object in Capacities desktop app. Returns the object's URL, title, and name. Requires desktop app to be running. |
| capacities_open_objectA | Open a specific object in Capacities by its URL/deeplink. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajokunu/capacities-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server