server/

directory
v0.15.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT

README

inGitDB server

inGitDB can be started to serve as an API and/or MCP serve.

MCP server

To start an MCP server, run:

ingitdb serve --mcp [--mcp-port=8080] [--mcp-domains=mcp.ingitdb.com,localhost]

HTTP(s) server

To start an HTTP server, run:

ingitdb serve --http [--api-port=8080] [--api-domains=api.ingitdb.com,localhost]
  • --api-portoptional parameter for a port to use for an HTTP connection, if not set defaults to 8080.
  • --api-domainoptional paramer for domain names to be used for hosting API, if not defaults to "localhost,api.ingitdb.com"

Enabling HTTPS

TODO: Needs instructions on how to enable HTTPS connections (and probably implementation).

Public inGitDB servers

  • api.ingitdb.com – query and modify inGitDBs in public and private GitHub repositories using REST API.
  • mcp.ingitdb.com – grant AI agents access to inGitDBs in public and private GitHub repositories.

Directories

Path Synopsis
Package api implements the REST API server for api.ingitdb.com.
Package api implements the REST API server for api.ingitdb.com.
Package mcp implements the MCP (Model Context Protocol) HTTP server for mcp.ingitdb.com.
Package mcp implements the MCP (Model Context Protocol) HTTP server for mcp.ingitdb.com.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL