SDK MCP Server

by arunmenon

Not rated
GitHub

About

An MCP server providing searchable access to multiple AI/ML SDK documentation and source code.

Details

Author
arunmenon
Categories
Developer Tools, Knowledge Base, AI, Search

Setup

Install SDK MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/arunmenon/sdk-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

A configurable Model Context Protocol (MCP) server that provides searchable access to multiple AI/ML SDK documentation and source code. Currently supports OpenAI Agents SDK and Google ADK, with easy extensibility for additional SDKs.

When working with AI/ML SDKs, you often need to:

- Understand how classes and methods work internally across different SDKs
- Compare implementations between different frameworks
- Find the right method signatures and parameters
- See real implementation examples
- Debug issues by examining SDK source code

This MCP server gives AI assistants like Claude instant access to multiple SDK sources, making it a powerful development companion for multi-SDK projects.

This will download all configured SDKs fromsdks.yaml.

Add to your Claude Desktop configuration:

{ "mcpServers": { "sdk-mcp-server": { "command": "python", "args": ["/absolute/path/to/sdk-mcp-server/src/server.py"] } } }

Each configured SDK gets its own set of tools with the SDK prefix. Currently configured:

OpenAI Agents SDK Tools (prefix:openai_agents_)

- openai_agents_list_files()- List all available OpenAI SDK source files
- openai_agents_get_source(filename)- Get source code of specific file
- openai_agents_search_code(query)- Search for terms, methods, or patterns
- openai_agents_get_class(class_name)- Extract complete class definition
- openai_agents_find_examples(topic)- Find usage examples and patterns

- google_adk_list_files()- List all available Google ADK source files
- google_adk_get_source(filename)- Get source code of specific file
- google_adk_search_code(query)- Search for terms, methods, or patterns
- google_adk_get_class(class_name)- Extract complete class definition
- google_adk_find_examples(topic)- Find usage examples and patterns

- list_available_sdks()- Show all configured SDKs
- search_all_sdks(query)- Search across all SDKs simultaneously
- compare_implementations(concept, sdk_ids)- Compare similar concepts across SDKs

You: "How do OpenAI and Google handle agent creation differently?" Claude: [Uses openai_agents_get_class("Agent") and google_adk_get_class("Agent")] Compares the different approaches and APIs
You: "Show me how to use tools in Google ADK" Claude: [Uses google_adk_search_code("tool") and google_adk_find_examples("tool")] Explains Google's approach with real examples
You: "Why does handoff work in OpenAI but not in my Google ADK code?" Claude: [Searches both SDKs for handoff implementations] Identifies the differences and helps fix the issue
sdks: your_sdk: name: "Your SDK Name" description: "Description of the SDK" source: type: "github" repo: "org/repo-name" branch: "main" path: "src" file_patterns: - "/.py" tools: prefix: "your_sdk" descriptions: list_files: "List all Your SDK source files" # ... other tool descriptions

- GitHub repositories- Public repos with Python/TypeScript code
-
Direct URLs(coming soon) - ZIP/TAR archives
-
Local paths(coming soon) - Local SDK installations

sdk-mcp-server/ ├── src/ │ ├── server.py # Main MCP server implementation │ └── download_sdk.py # SDK downloader and indexer ├── data/ # Downloaded SDK files (git-ignored) │ ├── openai_agents/ # OpenAI SDK files │ └── google_adk/ # Google ADK files ├── sdks.yaml # SDK configuration ├── requirements.txt # Python dependencies └── run_server.sh # Server startup script

This fetches the latest code from all configured SDKs insdks.yaml.
-
Specify the SDK- Mention which SDK you're working with
-
Use SDK prefixes- Each tool is prefixed with the SDK name
-
Compare implementations- Ask about differences between SDKs
-
Request examples- Each SDK has example-finding capabilities

- Multi-SDK support- Work with multiple frameworks seamlessly
-
Instant answers- No need to browse multiple repos or docs
-
Direct comparisons- See how different SDKs solve similar problems
-
Accurate information- Always from the latest source code
-
Context-aware
*- AI understands full implementations across SDKs
- Add configuration tosdks.yaml
- Test withpython src/download_sdk.py
- Submit a pull request

MIT License - see LICENSE file for details.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.

Word search, crossword, and sudoku generator MCP server with printable PDF worksheets, themed word banks, and verifiable LLM evals. Local-first, from the makers of puzzletide.com.

Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.

Search Apple's Developer Documentation with smart search and wildcard support.

Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance

A Python server for searching libraries and retrieving documentation, with support for HTTP/HTTPS proxies.

Query Rust crates from crates.io and docs.rs. Search for crates, get info, versions, dependencies, and documentation.

Apple Documentation MCP Server - Search Apple docs, Swift Evolution, and sample code

Optimize any site for AI search: get DeepRank methodology, optimization steps, and suggestions (llms.txt, JSON-LD, audit checklist) so your AI assistant can implement AI visibility in the repo.

Search Metal Framework documentation and generate code.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.