Skip to main content
Glama

int

セルフホスト型、Docker化された、オープンソースのAIメモリシステムです。Model Context Protocol (MCP) を介して、プロジェクトスコープのメモリストアをAIコーディングアシスタントに公開し、アシスタントが高コストな探索作業を再実行することなく、以前のセッションでの学びを思い出せるようにします。

ステータス

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.json にリモートMCPエントリを追加して、OpenCodeをサーバーに接続します:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "int": {
      "type": "remote",
      "url": "http://localhost:8000/mcp",
      "headers": { "API_KEY": "{env:API_KEY}" }
    }
  }
}

完全なセットアップ、CLIの使用方法、および一般的な落とし穴については、docs/deployment.md を参照してください。

ツール

ツール名はそのままです(addsearch、...)。MCPサーバーは int として登録されているため、MCPクライアントは int_addint_searchint_listint_delete として公開します。

ツール

入力

出力

add

project, type, content

memory_id

delete

memory_id

deleted: bool

search

project, query, limit=5

ランク付けされた SearchResult[]

list

project

メタデータのみの Memory[]

スタック

Python 3.14、FastAPI + MCP(mcp Python SDK、Streamable HTTP)、Qdrant(別コンテナ)、gemini-embedding-001(MRL経由でL2正規化された768次元)、Docker Compose、依存管理のための uv

ライセンス

Apache-2.0 — 詳細は LICENSE を参照してください。

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    3
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    MCP 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.
    9
    91
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Self-hosted MCP server for long-term memory in AI coding assistants, capturing decisions, conventions, and discoveries as structured traces with tag and keyword search.
    2
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    A self-hosted persistent memory platform for AI agents and humans offering tools for memory storage, search, beliefs, work management, and code intelligence via MCP.
    7
    GPL 3.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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