Claude Code
Anthropic's official agentic coding CLI. Reads your codebase, edits files, runs terminal commands, and handles full development tasks with agent-level autonomy. Extend it with MCP servers.
Official Resources
Official documentation — setup, usage, flags, and security
Battle-tested prompt templates for Claude from Anthropic
The open standard connecting AI assistants to data and tools
Run Claude Code as a CI bot — responds to PRs and issues
MCP Servers
Model Context Protocol servers extend Claude Code with real-world integrations. Install via npm or Docker.
Templates
CLAUDE.md Template
Drop-in project context file. Tells Claude Code your stack, commands, conventions, and what to avoid.
# Project Context
## Stack
Next.js 15, TypeScript, Supabase, Vercel
## Commands
npm run dev # dev server
npm run build # production build
vercel --prod # deploy (ask first)
## Conventions
- TypeScript strict mode
- Functional components only
- No secrets in source filesMCP Config (.mcp.json)
Base MCP server config for Claude Code. Handles GitHub, Supabase, and filesystem access.
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<token>"
}
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem",
"/path/to/project"]
}
}
}GitHub Repos
Need help with a Claude Code project?
Find a specialist to build, extend, or automate with Claude Code.
Browse Services