Dotfiles for AI coding agents: one versioned repo that makes any machine, running any supported harness, behave like the same agent.
Vibes becomes available to MCP clients through the vibes mcp server. Dotfiles for AI coding agents: one versioned repo that makes any machine, running any supported harness, behave like the same agent.
Dotfiles for AI coding agents: one versioned repo that makes any machine, running any supported harness, behave like the same agent.
Once connected, the assistant can call these 11 tools directly:
Project — specific deployment and operational policy remains in its projectSituation — Where it goesSkill — Purposecreate-skill — Design and validate portable skills with progressive disclosurefailing-test-first — Reproduce a bug with a failing test before fixing itgithub-cli — Pull requests, issues, workflows, releases via ghlinear — Linear issues and projects via the Linear CLImemory-conventions — Read and write durable memory in the Obsidian vaultobsidian — Notes, vaults and daily notes via the Obsidian CLIsafe-deletion — Verify contents match their described purpose before deletingtmux — Operate persistent interactive terminal sessions safelyThe server is distributed via npm as skills, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply one environment variable: CONTEXT7_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Vibes sits in that group, and the shape of its toolset — Project, Situation, Skill among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Project | specific deployment and operational policy remains in its project. |
| Situation | Where it goes |
| Skill | Purpose |
| create-skill | Design and validate portable skills with progressive disclosure |
| failing-test-first | Reproduce a bug with a failing test before fixing it |
| github-cli | Pull requests, issues, workflows, releases via gh |
| linear | Linear issues and projects via the Linear CLI |
| memory-conventions | Read and write durable memory in the Obsidian vault |
| obsidian | Notes, vaults and daily notes via the Obsidian CLI |
| safe-deletion | Verify contents match their described purpose before deleting |
| tmux | Operate persistent interactive terminal sessions safely |
{
"mcpServers": {
"vibes": {
"command": "npx",
"args": ["-y", "skills"],
"env": {
"CONTEXT7_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| CONTEXT7_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.