jurisly-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jurisly-mcpDraft an invoice for the Johnson case."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jurisly-mcp
Lets an AI assistant — Claude Desktop, ChatGPT, Cursor, or anything else that speaks MCP — work inside your Jurisly workspace. Ask it to draft an invoice, find a hearing date, or edit a document, and it does the work in Jurisly.
Setup
1. Get a token. In Jurisly: Profile → Integrations → New token. Give it a label you'll recognise ("Claude Desktop — work laptop"), pick the workspace it may act in, and copy the token. It's shown once.
2. Build.
pnpm install
pnpm build3. Point your assistant at it. For Claude Desktop, add this to
claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/,
Windows: %APPDATA%\Claude\):
{
"mcpServers": {
"jurisly": {
"command": "node",
"args": ["C:/path/to/jurisly-mcp/dist/index.js"],
"env": {
"JURISLY_MCP_TOKEN": "jrsly_mcp_…"
}
}
}
}Restart the assistant. It should list Jurisly's tools.
Related MCP server: Automatisch MCP Server
Configuration
Variable | Required | Notes |
| yes | From Profile → Integrations. Starts |
It connects to Jurisly at https://apijurisly.omnimorph.org. Nothing else to configure.
What it can and can't do
It can do whatever you can do in the workspace the token is pinned to: cases, files, finance, calendar, tasks, members, and document editing. Every action re-checks your permissions server-side, so the assistant is never able to do more than you.
It cannot change your account email or password, delete a workspace, or buy a plan. That's deliberate — this token sits in a plaintext config file that often gets cloud-synced, so a leak must not become an account takeover or a purchase.
The token is pinned to one workspace. To work in a second workspace, mint a second token.
You can hold two tokens at a time. At the limit, revoke one before creating another — Jurisly will not silently retire an existing token, since that would break a working integration.
If a token leaks
Revoke it in Profile → Integrations. It stops working immediately — nothing is cached. The list also shows last used, which is how you'd notice a token being used when you weren't using it.
Notes
Runs on your machine, not Jurisly's servers. The protocol never touches the backend, which only sees ordinary REST calls.
MCP tool calls don't consume Jurisly AI credits — your assistant pays for its own inference. Calls are rate-limited per token.
Node 20+.
Licence
Apache License 2.0 — see LICENSE. "Jurisly" and "Omnimorph" are trademarks of Omnimorph Private Limited and are not licensed for use (Apache-2.0 §6).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/omnimorphpvtltd/jurisly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server