project-guides
Provides infrastructure module for task queue with Celery.
Provides stack module for Django REST Framework.
Provides stack module for Expo Router (React Native).
Provides code review integration with GitHub (Bugbot).
Provides infrastructure module for message queue with RabbitMQ.
Provides infrastructure module for cache and queue with Redis.
Provides capabilities module for payments with Stripe.
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., "@project-guidesshow me the Django guides for this 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.
Instruction Kit — MCP z instrukcjami projektów
Centralne repo MD + serwer MCP. Projekty wybierają moduły przez .ai/project.profile.yaml.
Uruchomienie (uvx — bez lokalnego klona)
{
"mcpServers": {
"project-guides": {
"command": "uvx",
"args": [
"--from", "git+https://github.com/TWOJ_USER/ai-instruction-kit-mcp.git",
"guides-mcp",
"--profile", "${workspaceFolder}/.ai/project.profile.yaml"
]
}
}
}Wybór modułów = .ai/project.profile.yaml w projekcie (extends profiles/<nazwa-projektu>.yaml).
Dev lokalny (przed pushem na GitHub):
"--from", "M:/projects/ai-instruction-kit-mcp"Related MCP server: CodeGuard MCP Server
Katalog modułów
modules/
core/ repo-first, workflow, typing (TS + Python)
architecture/ platforms (BE/web/mobile), CI/CD, API contract, UI/UX
stacks/
django-drf/
expo-router/ structure, mobile-native, web-target
capabilities/ auth, files, payments, payments-expo-stripe
domains/ shop
patterns/ capability-provider, providers-and-settings, gateway…
infra/ database, cache, queue, storage, tasks
profiles/
_base.yaml wspólny preset (extends w profilach projektów)
*.yaml presety projektów (np. e-commerce)Sloty infrastruktury (decisions)
decisions:
database: postgres # → infra:database:postgres
cache: redis # → infra:cache:redis
queue: redis # → infra:queue:redis (lub rabbitmq)
storage: s3 # → infra:storage:s3
tasks: celery # → infra:tasks:celeryModuły infra trafiają automatycznie do bundle infra i devops.
Bundle'e MCP
Bundle | Zastosowanie |
| Django, DRF, capabilities BE |
| Expo, UI/UX |
| products, orders, cart |
| Stripe, webhooks |
| monorepo, kontrakt API, capability-provider |
| postgres, redis, queue, s3, celery |
| CI/CD + infra |
| wszystko + infra |
Bootstrap w projekcie docelowym
W repo aplikacji (nie w instruction-kit) skopiuj z templates/:
Plik | Rola |
|
|
| Overlay — Taskfile, Docker, porty |
| uvx → instruction-kit |
| Bootstrap MCP |
| Przypomnienie o review przed pushem |
| Reguły Bugbota (z |
| Przypomnienie przy |
| Cienki — odsyła do MCP i overlay |
Opcjonalnie: .git/hooks/pre-push z templates/git-hooks/pre-push.
W projekcie docelowym nie duplikuj modułów z modules/ — wystarczy profil + overlay + .cursor/.
Code review (Bugbot + GitHub)
Moduł MCP: core:code-review (bundle devops lub architecture).
Warstwa | Plik / akcja |
Lokalnie |
|
Przed push |
|
Na PR | Bugbot (GitHub integration) |
Reguły |
|
CI |
|
Szablony: templates/cursor/, templates/git-hooks/.
Context7
Docs Django/Expo/Stripe — globalnie npx ctx7 setup --cursor, osobno od instruction-kit.
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
- 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/radthenone/ai-instruction-kit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server