Stats
Actions
Tags
From epic
Local MCP server for the Harness platform, providing memory and state management capabilities via the Epic CLI tool. Connects to Harness APIs, likely requiring authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"harness-mem": {
"command": "epic",
"args": [
"mem",
"mcp"
]
}
}
}Server configuration and connection parameters
epicCommand-line arguments passed to the server process
npx claudepluginhub epicsagas/epic-harness --plugin epic-harness