Starlake MCP server.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"starlake-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# starlake-mcp-server **starlake-mcp-server** is a Python package that implements a Model Context Protocol (MCP) server, designed to dynamically expose Starlake REST APIs— tagged as "mcp". ## Table of Contents - [starlake-mcp-server](#starlake-mcp-server) - [Table of Contents](#table-of-contents) - [Overview](#overview) - [Installation](#installation) - [Environment Variables](#environment-variables) - [License](#license) ## Overview https://github.com/user-attachments/assets/ed7102bf-2dcc-4d50-9356-597a9558d0a5 ## Installation Install the package directly from PyPI using the following command: ```bash uvx starlake-mcp-server ``` To incorporate **starlake-mcp-server** into your MCP ecosystem configure it within your `mcpServers` settings. ```json { "mcpServers": { "starlake-mcp-server": { "type": "stdio", "command": "uvx", "args": [ "starlake-mcp-server" ], "env" : { "DEBUG": "false", "OPENAPI_SPEC_URL": "http://localhost:9000/docs/docs.yaml", "OPENAPI_SPEC_FORMAT": "yaml", "PROJECT_ID": "100", "API_KEY": "key as defined in the SL_API_CLI_KEY env var on the Starlake server side", "SERVER_URL_OVERRIDE": "http://localhost:9000", "API_AUTH_HEADER": "apiKey", "API_AUTH_TYPE": "api-key", "IGNORE_SSL_SPEC": "false", "ENABLE_TOOLS": "true" } } } } ``` When running from a local source directory use the followig configuration instead. ```json { "mcpServers": { "starlake-mcp-server": { "type": "stdio", "command": "uv", "args": [ "--directory", "/Users/hayssams/git/public/starlake-mcp-server", "run", "starlake-mcp-server" ], "env" : { "DEBUG": "false", "OPENAPI_SPEC_URL": "http:/…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.