Inception ICORE Server
@nbursa
Inception ICORE Server について
Model–Context–Protocol (MCP) Server A modular, extensible Rust-based server providing short-term, long-term, and latent memory services, a chat endpoint backed by a BaseAgent + Sentience DSL, and seamless integration with ChromaDB and LLM services.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"inception-core-server": {
"command": "docker",
"args": [
"run",
"-d",
"--name",
"chroma-local",
"\\"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Inception ICORE Server?
A modular, extensible Rust-based server providing short-term, long-term, and latent memory services, a chat endpoint backed by a BaseAgent + Sentience DSL, and seamless integration with ChromaDB and LLM services. It is designed as a flexible microservice for building AI systems with layered memory and agent logic.
How to use Inception ICORE Server?
Clone the repository, build with cargo build, set environment variables (CHROMADB_URL, CHROMA_COLLECTION_ID, LLM_URL, ICORE_ENV), then run with docker-compose -f docker-compose.dev.yml up -d --build or run natively. Test the server with curl -i http://localhost:8080/api/ping expecting a "pong" response.
Key features of Inception ICORE Server
- Modular memory layers (short-term, long-term, latent via ChromaDB)
- BaseAgent with remember/recall/context logic
- Sentience DSL for scripting custom response logic
- LLM fallback integration (HTTP-based)
- Docker Compose orchestration with ChromaDB and LLM
- RESTful JSON API (Axum, Tokio async)
Use cases of Inception ICORE Server
- Build chatbots with persistent and ephemeral memory
- Prototype AI agents using Sentience DSL scripting
- Manage and query vector embeddings for similarity search
- Enable fallback to local LLM for text generation
- Create modular AI systems with separate memory layers
FAQ from Inception ICORE Server
Is Inception ICORE Server ready for production?
No, it is a work in progress under active development; interfaces, APIs, and internal structure may change frequently.
What are the runtime dependencies?
Rust toolchain, Docker (for ChromaDB and LLM), a ChromaDB service, and an HTTP-based LLM server (e.g., llama.cpp).
Where is data stored?
Short-term memory is in-memory (volatile), long-term in SQLite file (memory.db), latent memory in ChromaDB.
What transport protocol does the API use?
HTTP with JSON request/response, built on the Axum framework.
Are there any known limitations in the current prototype?
Latent memory embeddings are dummy zero-vectors; real LLM encoder integration is not yet implemented.
「AI とエージェント」の他のコンテンツ
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
コメント