Skip to main content
Give your coding agent access to indexed, searchable Bark documentation by adding our MCP server: https://docs.second.tech/mcp

Connect your tool

Run the following command in your terminal:
claude mcp add --transport http second-docs https://docs.second.tech/mcp
This adds the server for your current project. To make it available across all your projects, use the --scope user flag:
claude mcp add --transport http second-docs --scope user https://docs.second.tech/mcp
To share it with your team via version control, use --scope project which writes a .mcp.json file to your project root:
claude mcp add --transport http second-docs --scope project https://docs.second.tech/mcp
Once added, type /mcp inside Claude Code to verify the server is connected.