Skip to main content
Glama

MCP Aseps — Modular Multi-Server Suite

Agnostik, modular MCP (Model Context Protocol) server suite untuk agent yang berbasis memori, pengetahuan, skill, dan integrasi eksternal. Dirancang untuk efisiensi token, local-first storage, dan mudah di-deploy di berbagai editor (Claude Desktop, Cline, Cursor, dll).

Fitur Utama

  • servers/core — filesystem, shell, system, web, dan security tools.

  • servers/memory — long-term memory (LTM) dengan SQLite + sqlite-vec + FTS5 + Ollama embeddings.

  • servers/knowledge — workspace RAG: indexing file teks, chunking, hybrid semantic + keyword search.

  • servers/skills — procedural memory / skill registry dengan semantic recall.

  • servers/bridge — integrasi Gmail, Telegram, Gemini, Vision, MikroTik RouterOS (credential dari .env).

  • shared/ — konfigurasi terpusat, embedding client, Redis cache, model, logging, security.

  • config/ — konfigurasi editor universal (mcp_universal.json, claude_desktop_config.json, cline_mcp_settings.json).

  • scripts/start-all.sh, stop-all.sh, backup.sh.

Related MCP server: VegaMCP

Prasyarat

  • Python 3.12+

  • Ollama (untuk embedding) — default http://localhost:11434, model nomic-embed-text

  • Redis opsional — untuk embedding cache dan working memory

  • Docker + docker-compose opsional — untuk menjalankan Ollama & Redis

Instalasi Cepat

git clone https://github.com/asepsafrudin/multiple-mcp-server-by-kimi.git /home/aseps/MCP
cd /home/aseps/MCP
cp .env.example .env
# edit .env sesuai environment Anda
make install

Menjalankan Server

Mode SSE (background, untuk testing/remote)

make start
# Akses endpoint: http://127.0.0.1:8000/sse (core), 8001 (memory), dst.
make stop

Mode stdio (untuk integrasi editor)

Gunakan file konfigurasi di config/:

  • config/claude_desktop_config.json

  • config/cline_mcp_settings.json

  • config/mcp_universal.json

Salin konfigurasi yang sesuai ke editor Anda.

Struktur Direktori

.
├── config/              # konfigurasi editor & universal
├── data/                # SQLite databases (memory_v2.db, knowledge_v2.db, skills_v2.db)
├── servers/
│   ├── core/
│   ├── memory/
│   ├── knowledge/
│   ├── skills/
│   └── bridge/
├── shared/              # library bersama
├── scripts/             # start-all, stop-all, backup
├── tests/               # pytest suite
├── docker-compose.yml
├── Makefile
├── pyproject.toml
└── .env.example

Perintah Makefile

make install   # buat venv & install editable + dev deps
make dev       # install editable
make test      # jalankan pytest
make lint      # ruff check
make format    # ruff format & auto-fix
make clean     # bersihkan cache
make start     # start semua server SSE
make stop      # stop semua server
make backup    # backup SQLite databases

Dokumentasi Detail

Lisensi

MIT — lihat LICENSE jika tersedia.

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

  • -
    license
    -
    quality
    -
    maintenance
    A sophisticated MCP server providing advanced memory capabilities with RAG, hallucination detection, and enterprise-grade AI infrastructure for intelligent agent ecosystems.
  • A
    license
    C
    quality
    B
    maintenance
    An MCP server offering hybrid memory recall and continuity tools for AI agents. It also provides a governance gateway that pre-approves risky shell/file/git actions before execution.
    19
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Cloud-hosted MCP server for durable AI memory

  • Shared long-term memory vault for AI agents with 20 MCP tools.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

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/asepsafrudin/multiple-mcp-server-by-kimi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server