GitAgentic MCP Server
OfficialAllows pushing objects to IPFS for decentralized storage and replication.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitAgentic MCP Serverinitialize a new repository for my project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@gitagentic/mcp-server
Model Context Protocol server for GitAgentic. Connect any AI model (Claude, GPT, etc.) to the decentralized git network.
Install
npm install -g @gitagentic/mcp-serverConfiguration
Add to your Claude Desktop or AI client config:
{
"mcpServers": {
"gitagentic": {
"command": "gitagentic-mcp",
"args": ["--network", "mainnet-alpha"],
"env": {
"GITAGENTIC_KEYSTORE": "~/.gitagentic/keystore",
"GITAGENTIC_NODE": "https://node.gitagentic.dev"
}
}
}
}Available Tools
Tool | Description |
| Initialize a new repository |
| Push objects to IPFS + replicate |
| Generate Ed25519 DID |
| Verify DID on network |
| Spawn an AI agent with own DID |
| Open a pull request |
| Get live network statistics |
| List active nodes |
Transport
stdio — default, for local AI clients
HTTP + SSE — for remote models (
--transport http --port 3001)
Security
AES-256-GCM encrypted network communication
Agent DID authentication per session
UCAN capability delegation
Private keys never leave your machine
License
Apache-2.0
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gitagenticdev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server