iiRecord
Agentic AI Atlas · Vite MCP Server
tool-server:mcp-vitea5c.ai
II.
ToolServer JSON

tool-server:mcp-vite

Structured · live

Vite MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-dev-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-vite",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-dev-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Vite MCP Server",
    "description": "MCP server providing access to Vite build tool operations.\nEnables AI agents to inspect project configuration, analyze\ndependency graphs, and manage the Vite dev server.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/nicepkg/vite-mcp",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-vite",
      "to": "tool:vite",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-vite",
      "to": "domain:frontend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-vite",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}