Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@
"homepage": "https://neon.com",
"keywords": ["neon", "neon postgres", "neon database", "neon branch"],
"domains": ["neon.tech", "neon.com", "console.neon.tech"]
},
{
"name": "xpntl",
"description": "xpntl — the coordination layer for human + AI engineering teams. Read and create issues, comment and @-mention, move work across workflow states and cycles, manage projects, labels, and workspace docs, and check your agent inbox. Connects over OAuth (no key needed).",
"category": "development",
"source": {
"type": "local",
"path": "./external_plugins/xpntl"
},
"homepage": "https://xpntl.dev",
"keywords": ["xpntl", "issue tracker", "project management", "kanban", "agent board"],
"domains": ["xpntl.dev", "app.xpntl.dev"]
}
]
}
10 changes: 10 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,16 @@
}
]
}
},
"xpntl": {
"components": {
"mcpServers": [
{
"name": "xpntl",
"description": "http"
}
]
}
}
}
}
14 changes: 14 additions & 0 deletions external_plugins/xpntl/.grok-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "xpntl",
"version": "1.0.0",
"description": "Connect Grok to xpntl — the coordination layer for human + AI engineering teams. Read and create issues, comment and @-mention, move work across workflow states and cycles, manage projects, labels, and workspace docs, and check your agent inbox.",
"author": {
"name": "xpntl",
"url": "https://xpntl.dev"
},
"homepage": "https://xpntl.dev",
"repository": "https://github.com/xpntl/xpntl",
"license": "BSL-1.1",
"keywords": ["xpntl", "issue tracker", "project management", "mcp", "agents", "kanban"],
"logo": "assets/logo.svg"
}
8 changes: 8 additions & 0 deletions external_plugins/xpntl/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"xpntl": {
"type": "http",
"url": "https://api.xpntl.dev/mcp"
}
}
}
6 changes: 6 additions & 0 deletions external_plugins/xpntl/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.