Skip to main content
Glama
shravanthivr

AI Project Explorer

by shravanthivr

AI Project Explorer

AI Project Explorer is a Python-based Model Context Protocol (MCP) server that enables AI assistants to discover and interact with GitHub repositories through standardized tools.

Instead of directly calling the GitHub API, AI clients such as Claude Desktop, Cursor, or ChatGPT can invoke MCP tools to explore repositories, retrieve project information, and answer questions about software projects.

This project demonstrates how MCP enables AI applications to interact with external systems through reusable, discoverable tools.

Why I Built This

I wanted to understand the Model Context Protocol (MCP) by building a real tool

The goal was to learn:

  • How MCP clients discover tools

  • How MCP servers expose capabilities

  • How AI assistants invoke external functions

  • How to integrate third-party APIs through MCP

  • The difference between local (STDIO) and remote (HTTP) MCP transports

AI Client (Claude / Cursor / ChatGPT) │ ▼ Python MCP Client │ ▼ AI Project Explorer MCP Server │ ▼ GitHub REST API │ ▼ Public GitHub Repositories

Related MCP server: Repo Radar MCP

Run The Inspector

Start the MCP Inspector with the latest Inspector package:

npm run inspector

This runs:

npx @modelcontextprotocol/inspector@latest .venv/bin/python server.py
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/shravanthivr/ai-project-explorer'

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