Skip to main content
Glama

Exa MCP Server

by MrunmayS

github_search_exa

Search GitHub repositories, code snippets, and developer profiles using the Exa AI Search API. Ideal for finding open-source projects, technical resources, and code examples with precise queries.

Instructions

Search GitHub repositories and code using Exa AI - finds repositories, code snippets, documentation, and developer profiles on GitHub. Useful for finding open source projects, code examples, and technical resources.

Input Schema

NameRequiredDescriptionDefault
numResultsNoNumber of GitHub results to return (default: 5)
queryYesGitHub search query (repository name, programming language, username, etc.)
searchTypeNoType of GitHub content to search (default: all)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "numResults": { "description": "Number of GitHub results to return (default: 5)", "type": "number" }, "query": { "description": "GitHub search query (repository name, programming language, username, etc.)", "type": "string" }, "searchType": { "description": "Type of GitHub content to search (default: all)", "enum": [ "repositories", "code", "users", "all" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

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/MrunmayS/exa-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server