int
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@intsearch for how we configured Docker in this project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
int
Self-hosted, Dockerized, open-source AI memory system. Exposes a project-scoped memory store to AI coding assistants via the Model Context Protocol (MCP), so assistants can recall prior-session learnings without re-running expensive discovery work.
Status
v1 in progress. Spec at docs/spec.md; intent at docs/intent.md; task breakdown at tasks/todo.md.
Related MCP server: AIVectorMemory
Quick start
cp .env.example .env # fill in API_KEY and GEMINI_API_KEY
docker compose up -d # server + Qdrant
docker compose logs -f int # tail serverPoint OpenCode at the server by adding a remote MCP entry to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"int": {
"type": "remote",
"url": "http://localhost:8000/mcp",
"headers": { "API_KEY": "{env:API_KEY}" }
}
}
}See docs/deployment.md for full setup, CLI usage, and common pitfalls.
Tools
Tool names are bare (add, search, ...). The MCP server is registered as
int, so MCP clients expose them as int_add, int_search, int_list,
int_delete.
Tool | Inputs | Output |
|
|
|
|
|
|
|
| ranked |
|
| metadata-only |
Stack
Python 3.14, FastAPI + MCP (mcp Python SDK, Streamable HTTP), Qdrant (separate container), gemini-embedding-001 (L2-normalized to 768 dims via MRL), Docker Compose, uv for dep management.
License
Apache-2.0 — see LICENSE for details.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent personal memory for AI assistants — save, search, and recall across every MCP client.
Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that provides AI assistants with a shared, persistent SQLite-backed memory for storing and retrieving project context, decisions, and discoveries. It enables cross-session continuity and team-wide knowledge sharing to keep AI coding tools aligned and informed.3MIT
- AlicenseBqualityBmaintenanceMCP server that provides cross-session persistent memory for AI coding assistants using local vector database and semantic search, enabling automatic recall of project context, issues, and tasks.991Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA local MCP memory server that gives AI assistants durable project memory across coding sessions, storing context, changes, and decisions.31MIT
- FlicenseNot gradedqualityBmaintenanceA self-hosted AI memory service that shares durable project context between MCP-compatible clients such as Claude Code and Devin, via a REST API and a Streamable HTTP MCP server with tools to remember, recall, list, and forget memories.-
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/FireCulex/int'
If you have feedback or need assistance with the MCP directory API, please join our Discord server