MCP Server
MCP
io.github.githunt-agent/githunt-mcp
Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.githunt.ai/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "githunt-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitHunt API key from https://githunt.ai/account",
"isRequired": true,
"isSecret": true,
"name": "GITHUNT_API_KEY"
},
{
"description": "API base URL (default https://api.githunt.ai)",
"name": "GITHUNT_API_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment