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.
post-cortex
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.
subcog
Subcog acts as a persistent subconscious memory system for AI coding assistants, capturing decisions, patterns, learnings, and context from coding sessions, and surfacing them through semantic search and MCP server integration.
concept-rag
This MCP server provides conceptual search, document analysis, and library exploration capabilities over a knowledge base using LanceDB and LLM-based concept extraction.