We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NgoTaiCo/mcp-codebase-index'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•614 B
# Configuration Files
This directory contains configuration files for the project.
## 📁 Files
### `vscode_settings.example.json`
Example VS Code settings for MCP server configuration.
**Usage:**
1. Copy to your VS Code settings location
2. Update with your credentials
3. Restart VS Code
**Location:**
- macOS: `~/Library/Application Support/Code/User/mcp.json`
- Windows: `%APPDATA%\Code\User\mcp.json`
- Linux: `~/.config/Code/User/mcp.json`
**See also:** [Setup Guide](../docs/SETUP.md)
---
## 📝 Note
`tsconfig.json` has been moved to the root directory as it's required by TypeScript compiler.