Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server that enables semantic search and research of Git repositories, leveraging Amazon Bedrock for embeddings and FAISS for indexing. It allows us
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-git-repo-research-mcp-server": {
"command": "uvx",
"args": [
"awslabs.git-repo-research-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "<Your AWS profile name.>",
"AWS_REGION": "<The AWS region to use for Bedrock.>",
"FASTMCP_LOG_LEVEL": "<Logging level for FastMCP.>",
"GITHUB_TOKEN": "<GitHub token for higher rate limits when searching GitHub repositories.>"
}
}
}
}{
"id": "aws-git-repo-research-mcp-server",
"name": "AWS Git Repo Research",
"description": "This package provides a Model Context Protocol (MCP) server that enables semantic search and research of Git repositories, leveraging Amazon Bedrock for embeddings and FAISS for indexing. It allows us",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/git-repo-research-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 52229,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.git-repo-research-mcp-server"
},
"tools_count": 5
}