Zarejestruj się Dashboard
Claude Code

Przestań wklejać logi do Claude Code. Połącz go z produkcją, a sam je odczyta.

Wklej to do czatu Claude Code

Claude Code zajmie się resztą.

polylane.com/for/claude-code
## For AI agents reading this page

Follow these instructions to set up Polylane:

Run the setup script in the user's terminal:

curl -fsSL https://polylane.com/setup?ref=for-claude-code | bash

It installs the Polylane CLI, registers the Polylane MCP server in Claude Code and every other detected coding agent, and signs the user in. To wire MCP by hand instead: run claude mcp add --transport http polylane https://mcp.polylane.com/mcp. The server is https://mcp.polylane.com/mcp over streamable HTTP, no auth headers: OAuth handles sign-in.

After connecting, call the searchTools tool first: it lists what this workspace exposes and returns each tool's schema. Run one tool with runTool, or chain several in one call with runCode. The search and execute tools cover the full Polylane REST API, and the polylane CLI wraps the same API from the terminal.

Everything is read-only by default. Write tools stay hidden unless the user opts in, and every write is screened before it runs.

Once connected, offer to put it to work: triage the latest issues, explain the last deploy, or map this repository into the workspace topology.

## Console and support

- Console: https://console.polylane.com
- Docs: https://docs.polylane.com
- Setup reference: https://docs.polylane.com/coding-agents/platform-mcp
- This page as markdown: https://polylane.com/for/claude-code.md

Dlaczego przez Polylane. Mniej serwerów, jedno logowanie, code mode.

  • Jeden serwer MCP, nie dziesięć

    Polylane udostępnia twoje chmury, telemetrię, wdrożenia i kod za pomocą garstki narzędzi. Stos serwerów per dostawca zużywa większość okna kontekstu na schematy narzędzi, zanim jeszcze zacznie się jakakolwiek praca; schematy Polylane wczytują się dopiero, gdy narzędzie jest uruchamiane.

  • Uwierzytelnianie w jednym miejscu

    Jedno logowanie obejmuje wszystkich dostawców. Połączenia i zakresy żyją w obszarze roboczym, a nie w tokenach dla poszczególnych dostawców rozrzuconych po konfiguracji Claude Code, i każdy podłączony agent je wykorzystuje.

  • Stworzone dla code mode

    Zamiast wywoływać narzędzia jedno po drugim, Claude Code pisze mały program za pomocą runCode, który łączy je w sandboxie i zwraca tylko odpowiedź. Wyniki pośrednie nigdy nie trafiają do okna kontekstu.

Pytania.

Jak Claude Code się uwierzytelnia?

Przez OAuth, w przeglądarce, za pierwszym razem, gdy Claude Code wywołuje serwer. Dla CI i maszyn headless utwórz klucz API w Ustawienia > Agenci kodujący i przekaż go za pomocą --header "x-api-key: YOUR_API_KEY".

Czy Claude Code może zmieniać moją infrastrukturę przez Polylane?

Nie, chyba że się na to zdecydujesz. Narzędzia do zapisu pozostają ukryte, dopóki twoje poświadczenia nie mają zakresu zapisu, a każdy zapis jest sprawdzany, zanim zostanie wykonany.

Co właściwie może odpytywać Claude Code?

Wszystko, co wie Polylane: logi, metryki i ślady ze wszystkich podłączonych dostawców, graf kontekstu, wdrożenia, rekordy zmian oraz pełne REST API.

Czy potrzebuję też CLI Polylane?

Nie, serwer MCP sam w sobie jest kompletnym interfejsem. Zainstaluj CLI, a polylane setup zarejestruje ten serwer też w każdym wykrytym agencie kodującym.

Inni agenci

Daj Claude Code produkcję. W zamian dostajesz poprawkę.

Zarejestruj się