1.3 KiB
1.3 KiB
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| d56855c9-96d1-4017-ba9e-bb18c83b3661 | configuration | Local Gitea MCP server setup via @boringstudio_org/gitea-mcp (npm stdio) |
|
0.7 | 0.8 | 2026-02-25T18:40:34.384448+00:00 | 2026-02-25T18:40:34.384448+00:00 |
Configuration: Local Gitea MCP Server
Package
@boringstudio_org/gitea-mcp v1.8.0 via npx (stdio transport)
Note: The official docker.gitea.com/gitea-mcp-server Docker image is NOT available as an npm package. @boringstudio_org/gitea-mcp is the best npm alternative for local stdio use.
Required Environment Variables
GITEA_API_URL— must include/api/v1suffix, e.g.https://git.manticorum.com/api/v1GITEA_TOKEN— sourced from tea CLI config at~/.config/tea/config.yml
~/.claude.json entry
"gitea-mcp": {
"command": "npx",
"args": ["@boringstudio_org/gitea-mcp"],
"env": {
"GITEA_API_URL": "https://git.manticorum.com/api/v1",
"GITEA_TOKEN": "<token from ~/.config/tea/config.yml>"
}
}
Notes
- Replaced the Docker MCP Gateway remote HTTP connection (LXC 303)
- Runs on demand via npx, no persistent process required
- This replaced the
docker-mcp-gatewayMCP server entry for Gitea