★ 0 stars
Rust
💻 Code/Dev Tools
Updated 2d ago
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.
View on GitHub →
Try with Claude — $10 free →
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"
]
}
}
}
Topics
mcpmcp-serverpleme-iormcprustsdk