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

tool-server:mcp-dotnet

Structured · live

.NET MCP Server json

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

File · extensions/tool-servers/mcp-remaining.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-dotnet",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-remaining.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": ".NET MCP Server",
    "description": "Community MCP server for .NET and C# development tooling.\nEnables AI agents to build, run, test, and manage .NET projects,\ninspect NuGet packages, and execute dotnet CLI commands programmatically.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/ktzsolt/dotnet-mcp-server",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-dotnet",
      "to": "tool:dotnet-cli",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-dotnet",
      "to": "domain:backend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-dotnet",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}