Skip to content

TheSpaceDevs/launch-library-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch Library MCP

MCP server to provide data for The Space Devs API.

Installation

use uv to install the package

pip install uv
uv sync

For Claude Desktop uses, edit claude_desktop_config to enable MCP server. See also: https://modelcontextprotocol.io/quickstart/user

{
    "mcpServers": {
        "launch-library": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER",
                "run",
                "launch_library_mcp", "run-llv2"
            ]
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages