> ## Documentation Index
> Fetch the complete documentation index at: https://docs.weavemcp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WeaveMCP Documentation

> A comprehensive guide to using WeaveMCP - the control plane for Model Context Protocol servers

# WeaveMCP Documentation

Welcome to the WeaveMCP documentation. WeaveMCP is a control plane that enables you to centrally manage and share Model Context Protocol (MCP) servers across your organization.

## Getting Started

Get up and running with WeaveMCP in minutes.

<Card title="Quickstart Guide" icon="rocket" href="/quickstart" horizontal>
  Get your first MCP server connected and making requests in 5 minutes.
</Card>

## Core Features

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Install WeaveMCP on your development machine and configure your environment.
  </Card>

  <Card title="Agent Deployment" icon="server" href="/setup-an-agent">
    Deploy WeaveMCP agents to production environments using various platforms.
  </Card>

  <Card title="Virtual MCP Servers" icon="cloud" href="/virtual-servers">
    Create and manage centralized MCP server endpoints for your team.
  </Card>

  <Card title="Team Management" icon="users" href="/team-management">
    Share MCP servers across your organization with proper access controls.
  </Card>
</CardGroup>

## What is MCP?

The **Model Context Protocol (MCP)** enables AI assistants like Claude to securely connect to external tools and data sources. WeaveMCP acts as a secure proxy layer, providing:

* **Virtual MCP Servers**: Centralized endpoints that proxy to your actual MCP servers
* **Team Access Control**: Share servers across your organization with proper permissions
* **Unified Management**: One place to configure all your MCP integrations

## Quick Links

<CardGroup cols={2}>
  <Card title="Web Console" icon="browser" href="https://console.weavemcp.com">
    Manage your MCP servers through our web interface.
  </Card>

  <Card title="GitHub Repository" icon="github" href="https://github.com/weavemcp/controlplane">
    View source code and contribute to the project.
  </Card>

  <Card title="Community Discord" icon="discord" href="https://discord.gg/weavemcp">
    Join our community for support and discussions.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the WeaveMCP API endpoints and schemas.
  </Card>
</CardGroup>
