Skip to content

Getting Started

This guide will help you get started with the documentation.

Here’s a quick video demonstration to get you started:

Before you begin, ensure you have the following installed on your system:

  • Node.js (version 16 or higher) or Bun
  • An IDE that supports MCP (like Cursor or VS Code with MCP extension)

To install the Somnia MCP server, add the following configuration to your IDE’s MCP settings:

{
"mcpServers": {
"somnia": {
"command": "bunx",
"args": ["-y", "@bunland/somnia-mpc"]
}
}
}

For Cursor, you can add this to your .cursorrules file or MCP configuration panel. For other IDEs, check their MCP documentation for the exact location.

After adding the MCP server configuration to your IDE, restart your IDE to load the new server. The Somnia MCP server will provide various tools and capabilities within your development environment. You can access MCP features through your IDE’s interface or command palette.

If you have any questions, feel free to reach out to the community or check the full documentation.