dashy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DASHY_URL | Yes | The URL of your Dashy instance (required). | |
| DASHY_TOKEN | No | Optional API token for Dashy. If not set, no auth header is sent. | |
| DASHY_CONFIG_FILE | No | The config file to use. Defaults to 'conf.yml'. | conf.yml |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dashy_list_config_filesA | List the YAML config files available on the Dashy instance. |
| dashy_get_configA | Get a full Dashy config file as JSON. Defaults to conf.yml. |
| dashy_replace_configA | Replace an entire Dashy config file. |
| dashy_get_keyA | Get one top-level config key: pageInfo, appConfig, sections, or pages. |
| dashy_set_keyA | Replace one top-level config key (pageInfo, appConfig, sections, or pages)
with |
| dashy_add_sectionA | Add a new section (a group of tiles) to the dashboard. |
| dashy_get_sectionA | Get one section by zero-based index or exact section name. |
| dashy_update_sectionA | Shallow-merge |
| dashy_delete_sectionA | Delete a section (by index or exact name), including all its items. |
| dashy_list_itemsA | List the items (tiles) in a section, by section index or exact name. |
| dashy_add_itemA | Add a new item (tile) to a section (by index or exact name). |
| dashy_get_itemA | Get one item (tile) by index or exact title, within a section by index or exact name. |
| dashy_update_itemA | Shallow-merge |
| dashy_delete_itemA | Delete an item (tile) by index or exact title, within a section by index or exact name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SavageCore/dashy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server