II.
ToolServer JSON
Structured · livetool-server:github-issues-mcp
GitHub Issues MCP json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:github-issues-mcp",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/github-issues-mcp.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GitHub Issues MCP",
"description": "MCP server for GitHub issue management in enterprise contexts. Enables AI agents to create, list, update, and comment on GitHub issues. Supports stdio transport.",
"protocol": "mcp",
"category": "version-control",
"repoUrl": "https://github.com/github/github-mcp-server",
"maintainer": "GitHub",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:github.create-issue",
"tool-descriptor:github.create-issue",
"tool-descriptor:github.list-issues",
"tool-descriptor:github.get-issue",
"tool-descriptor:github.update-issue",
"tool-descriptor:github.add-issue-comment"
],
"sourceRef": "source-ref:github-mcp-servers"
},
"outgoingEdges": [
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.list-issues",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.get-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.update-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.add-issue-comment",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:github-issues-mcp",
"to": "source-ref:github-mcp-servers",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "issue-tracker:github-issues",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "provider:github",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "vcs-host:github",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "mcp-config-scope:claude-code-enterprise",
"kind": "mcp_config_scoped_to",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "mcp-connection-state:claude-code-needs-auth-github",
"kind": "has_connection_state",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}