PluginBench
MCP Server

Noemic MCP Server

app.noemic/noemic

What is the Noemic MCP server?

Someone to talk to, for your user: coaches, mentors, accountability partners. First session free.

How to install Noemic

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "noemic": {
      "url": "https://noemic.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "noemic": {
      "serverUrl": "https://noemic.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "noemic": {
      "type": "http",
      "url": "https://noemic.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "noemic": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://noemic.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http noemic https://noemic.app/mcp

Related MCP servers

Custom manufacturing for AI agents: parametric CAD in chat, DFM checks, USD quotes, print ordering.

0
View repository →