Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .claude/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mcpServers": {
"sourcery": {
"command": "npx",
"args": [
"-y",
"@sourcery/mcp-server"
],
"env": {
"SOURCERY_API_KEY": "${SOURCERY_API_KEY}"
}
}
}
}
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ ANTHROPIC_API_KEY=sk-ant-your-anthropic-api-key
# OpenAI (optional): https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-openai-api-key

# Sourcery (optional): https://sourcery.ai/
# Used for code quality analysis via MCP server
SOURCERY_API_KEY=your-sourcery-api-key

# Application Configuration
NODE_ENV=development
CORS_ORIGINS=http://localhost:3000
Expand Down
Loading