MCP Aseps
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., "@MCP AsepsRemember that my project deadline is Friday"
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.
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, modelnomic-embed-textRedis 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 installMenjalankan Server
Mode SSE (background, untuk testing/remote)
make start
# Akses endpoint: http://127.0.0.1:8000/sse (core), 8001 (memory), dst.
make stopMode stdio (untuk integrasi editor)
Gunakan file konfigurasi di config/:
config/claude_desktop_config.jsonconfig/cline_mcp_settings.jsonconfig/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.examplePerintah 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 databasesDokumentasi Detail
ARCHITECTURE.md — arsitektur & data flow
MEMORY.md — konsep dan penggunaan memory
KNOWLEDGE.md — workspace RAG
SKILLS.md — skill registry / procedural memory
SECURITY.md — keamanan & credentials
DEPLOYMENT.md — deployment & editor integration
ROADMAP.md — rencana pengembangan
TASKS.md — daftar tugas & status
Lisensi
MIT — lihat LICENSE jika tersedia.
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
- -license-quality-maintenanceA sophisticated MCP server providing advanced memory capabilities with RAG, hallucination detection, and enterprise-grade AI infrastructure for intelligent agent ecosystems.
- AlicenseCqualityDmaintenanceA production-grade MCP server providing an autonomous AI agent swarm, persistent semantic memory, browser automation, multi-model reasoning, and 78+ tools for AI-first testing and development.63MIT
- AlicenseCqualityBmaintenanceAn 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.19Apache 2.0
- Alicense-qualityAmaintenanceAn MCP server that lets AI agents search, view, install, and validate skills from the skillhub registry through tool calls.MIT
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.
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/asepsafrudin/multiple-mcp-server-by-kimi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server