add-mcp
Back to registry
Gogs Docs logo

Gogs Docs

v1.0.0

gogs.io/gogs-docs-mcp-server

Gogs is an open-source self-hosted Git service for hosting repositories, managing users and organizations, and exposing Git operations over web, SSH, and HTTP. Its documentation site also publishes a read-only MCP server for searching and reading the docs.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://gogs.io/mcp
npx add-mcp@latest https://gogs.io/mcp --transport http

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=io.gogs%2Fgogs-docs-mcp-server"

More from gogs.io