DSH web plugin: Cursor-like Settings pages (AGENTS.md Rules, Skills, MCP servers, import) plus a pinned 'latest input' chat bar with a backward walk
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dsh-cursor-settings": {
"command": "npx",
"args": [
"-y",
"Argonaut790/dsh-cursor-settings"
]
}
}
}
Run in terminal:
claude mcp add dsh-cursor-settings npx -y Argonaut790/dsh-cursor-settings
Add to .cursor/mcp.json:
{
"mcpServers": {
"dsh-cursor-settings": {
"command": "npx",
"args": [
"-y",
"Argonaut790/dsh-cursor-settings"
]
}
}
}