syncore
Verified Safeby oldnordic
Overview
An MCP (Model Context Protocol) server providing a unified AI-native development interface with 65 tools for persistent memory, dual-domain vector search, multi-language code analysis, knowledge graphs, task management, agent coordination, and project intelligence.
Installation
target/release/syncore_mcp_stdioEnvironment Variables
- DB_PATH
- HTTP_PORT
- NEO4J_URI
- NEO4J_USER
- NEO4J_PASS
- RUST_LOG
Security Notes
Built in Rust, generally memory-safe. All internal SQL/Cypher queries are parameterized, mitigating injection risks. However, there is no authentication mechanism, making it suitable only for trusted local environments. It relies on external services (Ollama, Neo4j, LSP servers) which require their own secure configurations. Running code analysis tools on arbitrary code files inherently carries some risk if not sandboxed.
Similar Servers
hyper-mcp
A fast, secure Model Context Protocol (MCP) server that extends its capabilities through WebAssembly plugins, enabling AI features in applications like Cursor IDE.
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance for AI agents.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.