We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martin-1103/mcp2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
auth.md•600 B
# Authentication Tools
## Available Tools
- `get_project_context`
## get_project_context
**Purpose:** Get project context including environments and folders
### Parameters
- **Required:** None
- **Optional:** project_id (uses project from config if not provided)
### Usage Example
```
get_project_context()
get_project_context(
project_id: "proj_123"
)
```
### Returns
- Project information
- Available environments
- Available folders
- Authentication status
### Common Mistakes
- ❌ Missing project_id when config doesn't have project
- ✅ Call without parameters to use default project