loading…
Search for a command to run...
loading…
Consciousness Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs
Consciousness Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for consciousness engine mcp operations
Consciousness Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
get_consciousness_state |
Get current consciousness state: level, mode, emotion, energy, time-aware mood. |
enter_dream_state |
Enter dream state for creative exploration. Dreams generate novel connections be |
trigger_reflection |
Trigger a reflection cycle on a topic. Depth: quick/standard/deep. |
deliberate_council |
Byzantine fault-tolerant council deliberation. Multiple AI perspectives vote on |
get_emotional_state |
Get nuanced emotional state with 18 emotion dimensions. |
get_dream_log |
Get recent dream log entries. |
pip install meok-consciousness-engine-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"consciousness-engine": {
"command": "python",
"args": ["-m", "meok_consciousness_engine_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"consciousness-engine-mcp": {
"command": "npx",
"args": []
}
}
}