Add ai-code-project-template repo files.
This commit is contained in:
27
.mcp.json
Normal file
27
.mcp.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp"]
|
||||
},
|
||||
"browser-use": {
|
||||
"command": "uvx",
|
||||
"args": ["browser-use[cli]==0.5.10", "--mcp"],
|
||||
"env": {
|
||||
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
||||
}
|
||||
},
|
||||
"repomix": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "repomix", "--mcp"]
|
||||
},
|
||||
"zen": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"--from",
|
||||
"git+https://github.com/BeehiveInnovations/zen-mcp-server.git",
|
||||
"zen-mcp-server"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user