Connection details
You need a Nimt account with workspace membership and a client that supports
remote MCP over Streamable HTTP. Your client’s subscription or administrator
settings may also control whether you can add custom servers.
Choose your client
These examples follow the clients’ documented configuration formats. They are setup guidance, not a claim of completed end-to-end compatibility testing with the pre-release Nimt service. Update your client before connecting.- Claude Code
- Cursor
- Codex
- Other clients
Add Nimt to your personal Claude Code configuration:Open Claude Code, run
/mcp, select Nimt, and follow the authentication
prompt. Sign in to Nimt, choose a workspace, and review the requested access.See Claude Code’s MCP documentation
for configuration and authentication details.Check the connection
Ask your assistant:Use Nimt to list the projects in my connected workspace.The assistant should call
workspace_list_projects. An empty result can be
valid if the connected workspace has no projects or a search matches none.
Choose a returned project and ask for its metadata. The assistant should use
that project’s ID with project_get_metadata. If you need the full project
list, ask the assistant to fetch the remaining pages.
If sign-in succeeds but tools or projects are missing, follow the
troubleshooting guide.