MCP server · Gitea
gitea-mcp
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
get_my_user_info— Get the authenticated user's information.search_users— Search users.create_repo— Create a repository.fork_repo— Fork a repository.list_my_repos— List the authenticated user's repositories.search_repos— Search repositories.create_branch— Create a branch.delete_branch— Delete a branch.list_branches— List branches in a repository.list_repo_commits— List commits in a repository.get_file_content— Get the content of a file.create_file— Create a file.update_file— Update a file.delete_file— Delete a file.get_issue_by_index— Get an issue by its index.list_repo_issues— List issues in a repository.create_issue— Create an issue.create_issue_comment— Comment on an issue.get_pull_request_by_index— Get a pull request by its index.list_repo_pull_requests— List pull requests in a repository.create_pull_request— Create a pull request.search_org_teams— Search organization teams.get_gitea_mcp_server_version— Get the running gitea-mcp server version.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.