Kotoba (言葉) — MCP server framework for pleme-io applications. Eliminates boilerplate when building MCP servers with rmcp; provides prelude re-exports, json_ok / json_err / json_result response helpers, and consistent JSON formatting.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kotoba": {
"command": "cargo",
"args": [
"run",
"--",
"kotoba"
]
}
}
}
Run in terminal:
claude mcp add kotoba cargo run -- kotoba
Add to .cursor/mcp.json:
{
"mcpServers": {
"kotoba": {
"command": "cargo",
"args": [
"run",
"--",
"kotoba"
]
}
}
}