E
Evokore MCP Public
by @mattmre
Public version of internal MCP server that integrates into our agentic workflow and orchestration process. In combination with Brutal Honesty Kit it covers the full range of agentic orchestration needs. Also includes several reference packs and skill packs that are routinely used outside of the core skills.
Created 5/20/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
EVOKORE-MCP-PUBLIC
Public version of internal MCP server that integrates into our agentic workflow and orchestration process. In combination with Brutal Honesty Kit it covers the full range of agentic orchestration needs. Also includes several reference packs and skill packs that are routinely used outside of the core skills.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/mattmre/EVOKORE-MCP-PUBLIC
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"mattmre-evokore-mcp-public": {
"command": "git",
"args": [
"clone",
"https://github.com/mattmre/EVOKORE-MCP-PUBLIC"
]
}
}
}