★ 0 stars
Unknown language
💻 Code/Dev Tools
Updated 1mo ago
Drop-in .claude/ config for Claude Code: MCP servers + 29 slash commands for github, code, dbt, email, and data workflows
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-templates": {
"command": "npx",
"args": [
"-y",
"shreyas-venkat/claude-templates"
]
}
}
}
Run in terminal:
claude mcp add claude-templates npx -y shreyas-venkat/claude-templates
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-templates": {
"command": "npx",
"args": [
"-y",
"shreyas-venkat/claude-templates"
]
}
}
}