int
int
Самостоятельно размещаемая, Docker-контейнеризированная система памяти ИИ с открытым исходным кодом. Предоставляет ассистентам программирования на базе ИИ доступ к хранилищу памяти в рамках проекта через Model Context Protocol (MCP), чтобы ассистенты могли вспоминать знания из предыдущих сессий, не выполняя заново дорогостоящую работу по исследованию.
Статус
v1 в разработке. Спецификация — docs/spec.md; намерения — docs/intent.md; разбивка задач — tasks/todo.md.
Related MCP server: AIVectorMemory
Быстрый старт
cp .env.example .env # fill in API_KEY and GEMINI_API_KEY
docker compose up -d # server + Qdrant
docker compose logs -f int # tail serverПодключите OpenCode к серверу, добавив удалённую запись MCP в ваш opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"int": {
"type": "remote",
"url": "http://localhost:8000/mcp",
"headers": { "API_KEY": "{env:API_KEY}" }
}
}
}См. docs/deployment.md для полной настройки, использования CLI и типичных проблем.
Инструменты
Имена инструментов задаются без префикса (add, search, ...). MCP-сервер зарегистрирован как
int, поэтому MCP-клиенты предоставляют их как int_add, int_search, int_list,
int_delete.
Инструмент | Входные данные | Вывод |
|
|
|
|
|
|
|
| ранжированные |
|
| только метаданные |
Стек
Python 3.14, FastAPI + MCP (mcp Python SDK, Streamable HTTP), Qdrant (отдельный контейнер), gemini-embedding-001 (L2-нормализованный до 768 измерений через MRL), Docker Compose, uv для управления зависимостями.
Лицензия
Apache-2.0 — подробнее см. в LICENSE.
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 Servers
- Alicense-qualityDmaintenanceA 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

Trapic Coreofficial
Alicense-qualityDmaintenanceSelf-hosted MCP server for long-term memory in AI coding assistants, capturing decisions, conventions, and discoveries as structured traces with tag and keyword search.2MIT- Alicense-qualityFmaintenanceA self-hosted persistent memory platform for AI agents and humans offering tools for memory storage, search, beliefs, work management, and code intelligence via MCP.7GPL 3.0
Related MCP Connectors
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
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