Skip to content

automcp-ai/amcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amcp - automcp.ai SDK

PyPI version Python Versions License: MIT

Python SDK for automcp.ai - Generate Model Context Protocol servers intelligently

🚧 Development Status

This package is currently a placeholder. The full SDK implementation is under active development.

For now, please visit automcp.ai for more information.

Installation

pip install amcp

What is automcp.ai?

automcp.ai is a tool that automatically generates MCP (Model Context Protocol) servers from OpenAPI specifications. It enables Large Language Models to interact with APIs through a standardized protocol, selecting only the most relevant endpoints based on your use cases.

Planned Features

  • Programmatic Server Generation: Generate MCP servers from Python code
  • Smart Endpoint Selection: Automatically select relevant endpoints based on use cases
  • Authentication Support: Handle various authentication methods

Example (Coming Soon)

import amcp

# Generate an MCP server from an OpenAPI spec
amcp.generate_server(
    openapi_spec="path/to/openapi.yaml",
    output_dir="./my-mcp-server",
    use_cases=[
        "Search for repositories",
        "Create and manage issues",
        "Review pull requests"
    ]
)

Links

License

MIT License - see LICENSE file for details.

About

SDK for automcp.ai

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages