-
Notifications
You must be signed in to change notification settings - Fork 2
MCP
github-actions[bot] edited this page Jul 1, 2026
·
5 revisions
Model Context Protocol server templates for AI tool integration.
MCP (Model Context Protocol) templates provide ready-to-use server configurations that let AI tools access external services. Templates are installed to ~/.local/share/agentic-workstation/mcp/.
| Provider | Directory | Purpose |
|---|---|---|
| GitHub | github/ |
Repository access, issues, PRs via GitHub MCP server |
| ClickUp | clickup/ |
Legacy reference only; use the clickup CLI instead |
| Slack | slack/ |
Channel access and messaging via Slack MCP server |
| Notion | notion/ |
Pages, databases, and search via Notion MCP |
| Linear | linear/ |
Issues, cycles, and projects via OAuth |
| Figma | figma/ |
Design context, screenshots, variables, and assets |
Each provider directory contains:
| File | Purpose |
|---|---|
README.md |
Setup instructions for the specific provider |
config.template.json |
Template configuration — copy and fill in credentials |
wrapper.sh |
Shell wrapper that starts the MCP server |
- Navigate to the provider directory:
~/.local/share/agentic-workstation/mcp/<provider>/ - Copy
config.template.jsontoconfig.json - Fill in your credentials (API tokens, URLs)
- Configure your AI tool to use the MCP server
All integrations use environment variables for secrets — never hardcode tokens.
- Templates ship with placeholder values only
- Actual credentials are never committed to the repository
- Use
~/.config/agentic-workstation/env.d/for persistent secrets
Canonical doc: docs/MCP_TEMPLATES.md