ai-skills-api/mcp
Lukas Parsons 7f7699ff94 Initial commit: Skills API with MCP servers
- FastAPI backend with SQLite (ai.db)
- Tables: skills, snippets, conventions, cache, memory
- MCP servers: homelab, gameservers, skills
- Docker Compose setup
- Seed data with 8 skills, 2 conventions, 2 snippets
- Token savings patterns via context bundles and caching
2026-03-22 21:18:23 -04:00
..
.env.example Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00
docker-compose.yml Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00
Dockerfile Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00
gameservers.py Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00
homelab.py Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00
requirements.txt Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00
skills.py Initial commit: Skills API with MCP servers 2026-03-22 21:18:23 -04:00