Skippr Extension MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skippr_list_issuesB | Lists all available Skippr issues with optional filtering by project, review, severity, category, and resolution status |
| skippr_get_issueB | Gets full details for a specific Skippr issue including raw markdown content |
| skippr_list_projectsB | Lists all available project IDs from the .skippr/projects directory |
| skippr_restart_extension_serverB | Restarts the WebSocket server that communicates with browser extensions |
| skippr_extension_server_statusB | Gets the current status of the WebSocket server for browser extensions |
| skippr_send_to_extensionB | Sends a message to a specific browser extension by its ID |
| skippr_notify_project_extensionsB | Sends a message to all browser extensions connected to a specific project |
| skippr_notify_all_extensionsB | Broadcasts a message to all connected browser extensions |
| skippr_list_connected_extensionsB | Lists all currently connected browser extensions |
| skippr_disconnect_extensionB | Disconnects a specific browser extension by its ID |
| skippr_verify_issue_fixB | Requests verification from the browser extension to check if an issue has been fixed |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skippr-hq/extension-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server