prayog-repo-fleet
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., "@prayog-repo-fleetshow me the code graph for drivestream__order-service"
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.
prayog-repo-fleet
Org: drivestream-lab (create the GitHub repo under this org when publishing)
Shared, up-to-date code graphs across multi-program repositories — exposed via MCP so humans and agents (Cursor, etc.) can ask fleet questions with evidence.
MIT licensed. Local-first; same shape for later cloud deploy.
What this is
Piece | Role |
| Declare programs and repos (add/remove here) |
Python syncer | Clone/pull |
codebase-memory-mcp (CBM) | Persistent code graph + MCP tools + graph UI |
HTTP MCP gateway | Streamable HTTP at |
Cursor MCP example | Wire IDE chat to the fleet graph via URL |
Agent skills such as query-fleet live in prayog-skills (Launchpad distributes them). This repo is the data/MCP plane, not the skill pack.
Related MCP server: hangang-code-graph
Quick start
cp config/fleet.local.example.yaml config/fleet.yaml # if needed
cp .env.example .env
make up # build + start
make ps # status
make projects # list indexed graphs
make logs # follow logs
make ui # http://localhost:9749
make down # stopOr raw Compose:
docker compose -f docker-compose.yml -f docker-compose.local.yml up --build -dHost paths come from .env (copy .env.example). Defaults assume sibling checkouts:
Env var | Default (relative to this repo) | |
Graph |
|
|
Drivestream sources |
|
|
Prayog sources |
|
|
Full steps and Cursor IDE verification (without skills): docs/LOCAL.md.
Cursor MCP (verify now)
Keep
prayog-repo-fleet-cbmrunning (make up).Put this in
~/.cursor/mcp.json(or project.cursor/mcp.json):
{
"mcpServers": {
"prayog-fleet-cbm": {
"url": "http://localhost:9751/mcp"
}
}
}Restart Cursor / reload MCP; confirm
prayog-fleet-cbmconnects.In chat: “Using MCP prayog-fleet-cbm, call list_projects and list every project.”
Remote (same stack on another host — private network; add auth later):
{
"mcpServers": {
"prayog-fleet-cbm": {
"url": "http://<fleet-host>:9751/mcp"
}
}
}Layout
/data/repos/<program>/<repo>/ # on-disk clones or bind-mounts
CBM project id: <program>__<repo> # e.g. drivestream__order-serviceDocs
License
This server cannot be installed
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/drivestream-lab/prayog-repo-fleet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server