
Nodejsmcp
Connect agents to a Forgejo instance for repo, issue, and forge operations via local or self-hosted MCP over npm nodejsmcp.
Overview
nodejsmcp is an MCP server for the Build phase that exposes Forgejo git-forge APIs to agents via an npm-hosted streamable-http transport.
What is this MCP server?
- MCP server for Forgejo (GitLab-compatible forge)
- npm package nodejsmcp v1.0.3 with streamable-http on localhost:3000/mcp
- Self-hosted pattern—point transport URL at your running server
- Developer Tools integration for git hosting automation
- npm package version 1.0.3
- Default transport: streamable-http at localhost:3000/mcp
- Registry identifier: nodejsmcp
What problem does it solve?
Self-hosted Forgejo users want agents to manage repos and forge resources without ad-hoc API scripts for every task.
Who is it for?
Indie builders running Forgejo who want MCP git-forge automation from Claude Code or Cursor on localhost or private network.
Skip if: Teams on GitHub-only workflows without Forgejo, or users who refuse to run a local MCP Node service.
What do I get? / Deliverables
After install and configure, agents call Forgejo through MCP tools on your nodejsmcp instance instead of manual dashboard clicks.
- Agent-accessible Forgejo operations via MCP tools
- Local or private-network git-forge integration
- Reduced manual forge UI work during development
Recommended MCP Servers
Journey fit
Forgejo/git hosting operations happen while you build and maintain repos, issues, and CI hooks—not during idea research alone. This npm-published MCP server exposes Forgejo APIs so agents can manage repositories and related dev workflows from the coding client.
How it compares
Forgejo-focused MCP integration, not GitHub’s official skill or a generic git cheat sheet.
Common Questions / FAQ
Who is nodejsmcp (Forgejo MCP) for?
Developers self-hosting Forgejo who use MCP agents to automate repository and forge workflows.
When should I use nodejsmcp?
Use it during build and devops integration when an agent should list repos, act on issues, or perform Forgejo API tasks you have enabled.
How do I add nodejsmcp to my agent?
Install the npm package nodejsmcp, run the server, and set your MCP client transport to the streamable-http URL (e.g. http://localhost:3000/mcp) with Forgejo tokens configured on the server.