Naveen Ayalla
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | Database connection URL used by the database server | |
| OPENAI_API_KEY | Yes | OpenAI API key used by the code-search server |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_codeA | Search for a keyword or pattern across the codebase. Returns file path, line number, and surrounding context. |
| list_filesB | List files in the codebase matching a glob pattern. |
| read_fileC | Read the full contents of a file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/naveenayalla1-CS50/mcp-server-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server