MCP-Gitea/.mcp.json.example

13 lines
233 B
Plaintext

{
"mcpServers": {
"gitea": {
"command": "node",
"args": ["mcp/gitea/dist/index.js"],
"env": {
"GITEA_URL": "https://gitea.kollect.biz",
"GITEA_TOKEN": "your-api-token-here"
}
}
}
}