Lean MCP server for Grepository (Forgejo-compatible) — 14 workflow-oriented tools
  • TypeScript 94.7%
  • JavaScript 5.3%
Find a file
crtr d93a823b2e
Initial implementation: lean 14-tool MCP server for Grepository
TypeScript MCP server using @modelcontextprotocol/sdk with stdio transport.
Connects to Forgejo-compatible API at git.ism.la with token auth fallback
chain: EMCP_GREPOSITORY_SECRET > EMCP_FORGEJO_SECRET > EMCP_GITEA_SECRET.

Tools: whoami, search_repos, get_repo, read_path, compare_refs,
search_issues, get_issue_context, create_issue, comment_issue,
get_pull_request_context, create_pull_request, request_reviewers,
create_branch, upsert_file.

Made-with: Cursor
2026-03-13 02:26:47 -07:00
src Initial implementation: lean 14-tool MCP server for Grepository 2026-03-13 02:26:47 -07:00
.gitignore Initial implementation: lean 14-tool MCP server for Grepository 2026-03-13 02:26:47 -07:00
package-lock.json Initial implementation: lean 14-tool MCP server for Grepository 2026-03-13 02:26:47 -07:00
package.json Initial implementation: lean 14-tool MCP server for Grepository 2026-03-13 02:26:47 -07:00
README.md Initial commit 2026-03-13 02:23:22 -07:00
tsconfig.json Initial implementation: lean 14-tool MCP server for Grepository 2026-03-13 02:26:47 -07:00

grepository-mcp-server

Lean MCP server for Grepository (Forgejo-compatible) — 14 workflow-oriented tools