saai-skill-feedback
Verified Safeby ServiceNow
Overview
Submit feedback about Claude Model Context Protocol (MCP) skills directly from conversations, creating ServiceNow SBOs for tracking.
Installation
node /absolute/path/to/saai-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 uses browser automation (Selenium) for initial ServiceNow authentication, caching session cookies and an X-UserToken locally in `~/.servicenow_surf_session.json`. While this is a common practice for internal tools, the security relies on the integrity of the local file and browser environment. Credentials can also be provided via environment variables. All network communication to ServiceNow is over HTTPS. `child_process.spawn` is used to execute Python scripts, but arguments are internally controlled and not directly user-provided, mitigating injection risks. No hardcoded sensitive secrets were found.
Similar Servers
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
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.
Salesforce-MCP-Server
Transforms Claude Desktop into a powerful Salesforce IDE for development, metadata management, SOQL execution, multi-org operations, and automation through natural language commands.
slack-mcp-server
Provides an AI assistant, like Claude, programmatic access to Slack conversations, threads, and workspace information through the Model Context Protocol (MCP).