添加 .cursor/mcp.json

This commit is contained in:
2025-11-04 04:12:48 +00:00
parent ea69c5fef4
commit 28d9873d7f

16
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"gitea": {
"command": "gitea-mcp",
"args": [
"-t",
"stdio",
"--host",
"your host"
],
"env": {
"GITEA_ACCESS_TOKEN": "<your personal access token>"
}
}
}
}