skill-feedback
Verified Safeby ServiceNow
Overview
This MCP server allows users to submit feedback (bugs, enhancements, new skill requests) about any Claude skill directly from conversations, automatically capturing context and creating ServiceNow SBOs.
Installation
node /absolute/path/to/skill-feedback/mcp-server/index.jsEnvironment Variables
- SNOW_X_USER_TOKEN
- SNOW_COOKIE_GLIDE
- SNOW_COOKIE_SESSION
- SNOW_TOKEN
- SNOW_USER
- SNOW_PASS
Security Notes
The server leverages Python scripts for ServiceNow API interaction and browser automation (Selenium) for authentication. Input parameters for the Python script are validated using Zod, mitigating command injection risks. Credentials are managed via a session manager that stores them in a local file (`~/.servicenow_surf_session.json`) or environment variables, and supports auto-refresh on 401 errors. Browser automation for login requires user interaction and may involve `execute_script` to extract tokens from the authenticated ServiceNow page; this is a controlled use case targeting a trusted domain. While credentials are printed to console during initial setup, this is a standard practice for environment variable instructions. No direct 'eval' or execution of arbitrary user-controlled code is observed.
Similar Servers
servicenow-api
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
skillz
Serves structured 'skills' and their associated resources via the MCP protocol, enabling AI clients (especially non-Claude ones) to interact with and utilize Anthropic-style functionalities.
plain-mcp
This MCP server provides a comprehensive interface for managing customer support operations, help center content, and customer data within the Plain.com platform.
claude-agent-mcp-skills
Assists with analyzing and applying code migrations between different frameworks and their versions.