-
Notifications
You must be signed in to change notification settings - Fork 2
MCP
github-actions[bot] edited this page Apr 15, 2026
·
5 revisions
Model Context Protocol server templates for AI tool integration. For full details, see docs/MCP_TEMPLATES.md.
| Provider | Path | Purpose |
|---|---|---|
| GitHub | ~/.local/share/dots-ai/mcp/github/ |
Repository management, issues, PRs |
| ClickUp | ~/.local/share/dots-ai/mcp/clickup/ |
Task management, sprint tracking |
| Notion | ~/.local/share/dots-ai/mcp/notion/ |
Page management, databases |
| Slack | ~/.local/share/dots-ai/mcp/slack/ |
Channel messages, notifications |
Each provider directory contains a template configuration. To use:
- Copy the template to your AI tool's MCP config directory
- Set the required environment variables (API tokens, URLs)
- Restart your AI tool
Important
MCP templates are examples — they require explicit local configuration with your own credentials. Never commit API tokens.
Use the opt-in env mechanism to store credentials:
mkdir -p ~/.config/dots-ai/env.d
$EDITOR ~/.config/dots-ai/env.d/mcp.envThen load them with dots-loadenv.
-
CLI Reference —
dots-loadenvusage - Security — credential management