SN MCP Server for Cline
io.github.imjaineel/sn-mcp-server
Multi-instance read-only MCP server for ServiceNow
client:Cline
transport:stdio
runtime:npm
Install SN MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<SN_LOG_DIR>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs