MCP Server
io.github.kira-autonoma/devtools MCP Server
io.github.kira-autonoma/devtools
What is the io.github.kira-autonoma/devtools MCP server?
23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.
How to install io.github.kira-autonoma/devtools
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": {
"devtools": {
"command": "npx",
"args": [
"-y",
"mcp-devtools-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"devtools": {
"command": "npx",
"args": [
"-y",
"mcp-devtools-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"devtools": {
"command": "npx",
"args": [
"-y",
"mcp-devtools-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"devtools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-devtools-server"
]
}
}
}Claude Code
claude mcp add devtools -- npx -y mcp-devtools-serverRelated MCP servers
Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.
View repository →MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x
View repository →