whytcard
Verified Safeby WhytcardAI
Overview
WhytCard Intelligence Core: A cognitive engine and AI infrastructure MCP server providing triple memory (semantic, episodic, procedural), a knowledge graph, RAG capabilities, and multi-agent orchestration for complex tasks.
Installation
cargo run --release -p whytcard-intelligenceEnvironment Variables
- WHYTCARD_DATA_DIR
- WHYTCARD_NAMESPACE
- WHYTCARD_PORT
- TAVILY_API_KEY
- CONTEXT7_API_KEY
Security Notes
The server has capabilities for dynamic execution of external MCP servers and direct shell commands via the `cortex_execute` tool. It also allows local installation of npm and pip packages via `mcp_install`. These features introduce significant supply chain and arbitrary code execution risks if the server is exposed to untrusted clients or if the external packages/commands are malicious. A strict sandboxing environment and robust input validation on the client/agent side are critical. Not safe to run in an untrusted environment without advanced security controls.
Similar Servers
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.
qdrant-loader
The QDrant Loader MCP Server provides advanced Retrieval-Augmented Generation (RAG) capabilities to AI development tools by bridging a QDrant knowledge base. It offers intelligent search through semantic, hierarchy-aware, and attachment-focused tools, integrating seamlessly with MCP-compatible AI tools to provide context-aware code assistance, documentation lookup, and intelligent suggestions.
post-cortex
Post-Cortex transforms ephemeral AI conversations into persistent, searchable knowledge, enabling AI assistants to maintain memory across sessions with semantic search and automatic knowledge graph construction.
cymbiont
Augments AI assistants with a self-organizing knowledge graph for persistent memory and enhanced context retrieval across various domains.