Server Details
Persistent memory for AI coding agents. Store coding standards, architecture decisions, and project context across sessions with AES-256 encryption.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
8 toolsadd_knowledgeInspect
Write new knowledge to your base. Store facts, decisions, patterns, or any information your AI should remember.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Topic to file under (auto-detected if omitted) | |
| content | Yes | The knowledge to store |
capture_sessionInspect
Capture an AI session summary into persistent memory. Store what you learned, decided, or built during this session. Requires Memory plan.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization (optional) | |
| tool | No | AI tool used (e.g. claude-code, cursor, chatgpt) | |
| project | No | Project name or path (optional) | |
| summary | Yes | Compressed summary of the session — key decisions, patterns found, problems solved | |
| observations | No | Detailed observations as JSON string (optional) |
get_topicInspect
Retrieve all knowledge entries for a specific topic.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic name to retrieve |
list_sessionsInspect
List recent captured session memories. Requires Memory plan.
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Filter by AI tool (optional) | |
| limit | No | Max results (default 10) | |
| project | No | Filter by project (optional) |
list_topicsInspect
List all knowledge topics in your base.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
query_knowledgeInspect
Search your knowledge base using AI. Ask a natural language question and get an answer based on your stored knowledge.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language question or search term | |
| topic | No | Filter by specific topic (optional) |
recall_memoryInspect
Search across all captured session memories using AI. Ask what you worked on, what decisions were made, or what patterns were found. Requires Memory plan.
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Filter by AI tool (optional) | |
| limit | No | Max results (default 20) | |
| query | Yes | Natural language question about past sessions | |
| project | No | Filter by project (optional) |
search_knowledgeInspect
Search knowledge entries by keyword (text match). Use query_knowledge for AI-powered answers.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term |
Verify Ownership
This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.
Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!