
Connect external tools and AI clients to your Cognitia memory layer through permissioned integrations.
You begin planning in Cognitia, then continue execution in a connected MCP-capable tool. The external service receives only approved context, enabling continuity while preserving your control over data access.
Third-party apps should request only the minimum permissions needed for each workflow.
| Permission / Tool | Typical Purpose | Primary Endpoint | Execution Method |
|---|---|---|---|
| search_entities | Read people, places, organizations, relationships | /api/mcp/jsonrpc | tools/call: search_entities |
| search_temporal | Read timeline facts and state changes | /api/mcp/jsonrpc | tools/call: search_temporal |
| search_behavioral | Read preferences and communication patterns | /api/mcp/jsonrpc | tools/call: search_behavioral |
| get_user_profile | Get compact user memory snapshot | /api/mcp/jsonrpc | tools/call: get_user_profile |
| store_knowledge | Store new memory with user consent | /api/mcp/jsonrpc | tools/call: store_knowledge |
| tools/list | Discover available tools for token | /api/mcp/tools/list | POST with Bearer token |