starlark-mcp
v0.0.8
Published
A Model Context Protocol (MCP) server that runs Starlark extensions
Maintainers
Readme
starlark-mcp
A Model Context Protocol (MCP) server that runs Starlark extensions.
Installation
npm install -g starlark-mcpOr run directly with npx:
npx starlark-mcpUsage
# Run the MCP server (default, loads extensions from ./extensions)
starlark-mcp
# Run with a custom extensions directory
starlark-mcp -e /path/to/extensions
# Print version
starlark-mcp --version
# Run tests from extensions directory
starlark-mcp --testSupported Platforms
- Linux x64 (glibc)
- Linux ARM64 (musl)
- macOS x64
- macOS ARM64 (Apple Silicon)
- Windows x64
License
MIT
