ideconnect
Verified Safeby bluebillshtml
Overview
Provides a self-hosted Model Context Protocol (MCP) server to offer shared, persistent project context across multiple AI IDEs.
Installation
npm run startSecurity Notes
The server communicates via standard I/O (stdio) only, not network ports, significantly reducing the network attack surface. File operations are confined to the project's `.ideconnect` directory and known AI IDE configuration files in the user's home directory. No `eval` or obvious malicious patterns found. The `setup.js` script runs system commands (`npm install`, `node`) and modifies user configuration files, which is normal for an installer but requires user trust in the source code.
Similar Servers
context-portal
Manages structured project context as a knowledge graph for AI assistants and developer tools within IDEs, enabling Retrieval Augmented Generation (RAG) and prompt caching.
jinni
A tool to efficiently provide Large Language Models with structured project context for code comprehension and generation tasks.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.