gitextract_oi45e3m7/ ├── .cursorrules ├── .gitignore ├── LICENSE ├── README.md ├── biome.json ├── bun.lockb ├── eslint.config.js ├── index.html ├── package.json ├── postcss.config.js ├── public/ │ └── robots.txt ├── src/ │ ├── App.tsx │ ├── components/ │ │ ├── applying-instructions.tsx │ │ ├── loading-instructions.tsx │ │ ├── mcp-server-card.tsx │ │ ├── mcp-servers.tsx │ │ ├── server-configs/ │ │ │ ├── env-config.tsx │ │ │ ├── filesystem-config.tsx │ │ │ ├── obsidian-config.tsx │ │ │ ├── postgres-config.tsx │ │ │ ├── sentry-config.tsx │ │ │ └── sqlite-config.tsx │ │ └── terminal-command.tsx │ ├── index.css │ ├── main.tsx │ ├── server-configs.ts │ ├── utils.ts │ └── vite-env.d.ts ├── tailwind.config.ts ├── tsconfig.app.json ├── tsconfig.json ├── tsconfig.node.json └── vite.config.ts