MCP¶
MCP server for AI agent interaction with Jumpstarter hardware devices.
For setup instructions and usage examples, see the Agentic Integration guide.
Available Tools¶
Lease and Exporter Management¶
Connection Management¶
Device Interaction¶
Tool |
Description |
|---|---|
|
Execute CLI commands on a connected device |
|
Get environment and code examples for direct access |
Discovery and Introspection¶
Tool |
Description |
|---|---|
|
Discover available CLI commands on a device |
|
List driver objects and their methods |
|
Inspect driver method signatures and docstrings |
API Reference¶
Jumpstarter MCP server exposing hardware management tools over stdio.
- jumpstarter_mcp.server.create_server() tuple[FastMCP, ConnectionManager]¶
Create the MCP server and register all tools.
- async jumpstarter_mcp.server.run_server()¶
Run the MCP server with stdio transport.