The io.modelcontext/clojure-sdk is a Clojure SDK designed for creating Model Context Protocol (MCP) servers, with future plans to support client creation as well. It provides a framework for building MCP servers in Clojure and includes example implementations for quick start.
The io.modelcontext/clojure-sdk is a Clojure SDK designed for creating Model Context Protocol (MCP) servers, with future plans to support client creation as well. It provides a framework for building MCP servers in Clojure and includes example implementations for quick start.
Refer to example files such as calculator_server.clj and vegalite_server.clj for usage instructions.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"io-modelcontext-clojure-sdk": {
"command": "npx",
"args": [
"-y",
"Refer to example files such as calculator_server.clj and vegalite_server.clj for usage instructions."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from io.modelcontext/clojure-sdk?"
No configuration required. This server works out of the box.
"What resources are available in io.modelcontext/clojure-sdk?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in io.modelcontext/clojure-sdk"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in io.modelcontext/clojure-sdk with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.