loading…
Search for a command to run...
loading…
Enables direct interaction with a SQLite database through custom-mapped tools for creating and retrieving items. It provides structured, AI-optimized responses
Enables direct interaction with a SQLite database through custom-mapped tools for creating and retrieving items. It provides structured, AI-optimized responses and manual control over database operations without requiring external API dependencies.
Manual Tool Mapping for the SQLite database MCP server.
Full Control Over Tool Behavior
write_item, get_items, get_item_by_id) with custom formatting and business logic. This allowed us to format database responses in structure, making it easy for AI agents to understand and present to users.No External API Dependency
Learning
Use Manual Mapping in production when:
Perfect for: Internal tools, admin dashboards, or sensitive business operations where you want precise control over what AI can do.
from github.com/CM004/mcp
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"manual-sqlite-mcp-server": {
"command": "npx",
"args": []
}
}
}Query your database in natural language
Read-only database access with schema inspection.
Interact with Redis key-value stores.
Database interaction and business intelligence capabilities.