MCP Server
Active
MIT
io.github.JayOfemi/shikamaru MCP Server
io.github.JayOfemi/shikamaru
What is the io.github.JayOfemi/shikamaru MCP server?
Provably correct day-count, calendar, business-day, and schedule math, verified against QuantLib.
How to install io.github.JayOfemi/shikamaru
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"shikamaru": {
"command": "npx",
"args": [
"-y",
"@jayofemi/shikamaru"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shikamaru": {
"command": "npx",
"args": [
"-y",
"@jayofemi/shikamaru"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shikamaru": {
"command": "npx",
"args": [
"-y",
"@jayofemi/shikamaru"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shikamaru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jayofemi/shikamaru"
]
}
}
}Claude Code
claude mcp add shikamaru -- npx -y @jayofemi/shikamaruRelated MCP servers
Private, on-device AI-text analysis including detection, AI-tell spans, and reuse overlap.
0
View repository →TypeScript
MIT