{
"mcpServers": {
"autosteer": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Desktop app for multi-workspace Claude Code management
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 133 days ago. 66 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Autosteer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AutoSteer is a desktop application that enhances your Claude Code experience with multi-workspace management. Built with Electron, it works across macOS, Linux, and Windows (via WSL), allowing you to manage multiple isolated workspaces with persistent sessions and seamless context switching.
https://github.com/user-attachments/assets/9c86ef28-7167-41c9-b4e6-7d50ba586ca2
[!NOTE] This project is not affiliated with, endorsed by, or sponsored by Anthropic. Claude is a trademark of Anthropic, PBC. This is an independent project using Claude.
Prerequisite: Claude Code must be installed first.
Download the latest version for your platform from the Releases page:
.zip file and extract to Applications.deb (Debian/Ubuntu) or .rpm (Fedora/RHEL)For detailed installation instructions including WSL2 setup for Windows, see INSTALLATION.md
# Launch AutoSteer
autosteer
# Launch with debug logging
autosteer --debug
After launching, configure your preferences in Settings and start using Claude Code with AutoSteer!
AutoSteer stores configuration in ~/.autosteer/ on all platforms.
build-essential package# Clone the repository
git clone https://github.com/notch-ai/autosteer.git
cd autosteer
# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Run tests
pnpm test
# Build application
pnpm compile
# Package for distribution
pnpm make
# Start development server
pnpm dev
# Run unit tests
pnpm test:unit
# Run integration tests
pnpm test:integration
# Run all tests
pnpm test
# Lint code
pnpm lint
# Format code
pnpm format
# Type check
pnpm typecheck
# Compile application (TypeScript + Webpack)
pnpm compile
# Package application for current platform
... [View full README on GitHub](https://github.com/notch-ai/autosteer#readme)