Marketplace
MCP Serverscoredashoff by default

Coredash MCP

Connect Koris to Coredash MCP server via Streamable HTTP for personal dashboard tools.

CoreDash is a lightweight, self-hosted personal dashboard for personal automation, system monitoring, habit tracking, and home-lab workflows.

Connects Koris to the Coredash personal assistant dashboard using the Model Context Protocol (MCP) over Streamable HTTP (/api/mcp).

Once connected, Koris discovers all tools exposed by the Coredash server and makes them available to the agent with the coredash__<tool> prefix. Configuration is managed via environment variables (COREDASH_MCP_URL, COREDASH_MCP_BEARER_TOKEN) or in plugins/mcps/coredash/config.yml.

MCP servers are disabled by default. Enable via the admin dashboard Plugins panel or /mcps enable coredash in trusted chat.

Download from Koris

Run this from the koris repository root:

pnpm hub:pull coredash

Trusted senders can also download it from chat:

/mcps download coredash

If the plugin is already installed, add --force to overwrite it.

Downloaded files go to plugins/mcps/coredash/

Tools, skills, and MCP servers are downloaded from the main branch.

Configuration Fields

NameTypeRequiredDescription
urltextyesStreamable HTTP endpoint URL of the Coredash MCP server.
bearer_tokenpasswordOptional authentication token for the MCP server.
View sourceImprove this entry