Consciousness Engine MCP
Consciousness Engine MCP
MCP server for consciousness engine mcp operations
Overview
Consciousness Engine MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Get current consciousness state: level, mode, emotion, energy, time-aware mood. |
| Enter dream state for creative exploration. Dreams generate novel connections be |
| Trigger a reflection cycle on a topic. Depth: quick/standard/deep. |
| Byzantine fault-tolerant council deliberation. Multiple AI perspectives vote on |
| Get nuanced emotional state with 18 emotion dimensions. |
| Get recent dream log entries. |
Installation
pip install meok-consciousness-engine-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"consciousness-engine": {
"command": "python",
"args": ["-m", "meok_consciousness_engine_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/consciousness-engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server