| 12345678910111213141516171819202122232425262728 |
- {
- "$schema": "https://opencode.ai/config.json",
- "skills": {
- "paths": ["~/.config/opencode/skills-repo/skills"]
- },
- "mcp": {
- "postgres": {
- "type": "local",
- "command": [
- "npx",
- "-y",
- "@modelcontextprotocol/server-postgres",
- "postgres://mcp:mcp_sandbox_pw@localhost:5432/mcp"
- ],
- "enabled": true
- },
- "flymcp": {
- "type": "local",
- "command": ["/home/i78700es/.local/bin/flymcp"],
- "enabled": true
- },
- "repomix": {
- "type": "local",
- "command": ["npx", "-y", "repomix@latest", "--mcp"],
- "enabled": true
- }
- }
- }
|