π¦
Tool MCP Server
ιη¨δΊεη±»ai codingε·₯ε ·ηMCP Server
0 installs
Trust: 47 β Fair
Devtools
Installation
npx tool-mcp-serverAsk AI about Tool MCP Server
Powered by Claude Β· Grounded in docs
I know everything about Tool MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Om Apex MCP Server
A Model Context Protocol (MCP) server that provides persistent memory and context across all Claude interfaces (Chat, Cowork, and Claude Code).
Purpose
This MCP server serves as:
- Unified Memory - Maintains business context, decisions, and project state across all Claude sessions
- Document Access - Provides searchable access to Om Apex Holdings documents
- Task Tracking - Manages pending actions and project tasks
- Proof of Concept - Demonstrates MCP server capabilities for Om AI Solutions customers
Project Structure
om-apex-mcp/
βββ src/om_apex_mcp/
β βββ __init__.py
β βββ server.py # Main MCP server
β βββ tools/ # MCP tools (actions Claude can take)
β β βββ __init__.py
β β βββ context.py # Get/update business context
β β βββ documents.py # Search/read documents
β β βββ tasks.py # Task management
β βββ resources/ # MCP resources (data Claude can read)
β βββ __init__.py
β βββ company.py # Company information
β βββ decisions.py # Decision log
βββ data/
β βββ context/ # Business context JSON files
β βββ documents/ # Document store
βββ tests/
βββ docs/
β βββ BUILD_JOURNAL.md # Development journey documentation
βββ CLAUDE.md # Context file for Claude Code
βββ pyproject.toml # Python project config
βββ README.md
Tech Stack
- Python 3.11+ - Matching Om AI Solutions architecture decisions
- MCP SDK - Official Anthropic MCP Python SDK
- FastAPI - For any HTTP endpoints needed
- Pydantic - Data validation
Getting Started
See BUILD_JOURNAL.md for the complete development journey.
Connecting to Claude
After building, this server connects to:
- Claude Desktop (Chat & Cowork) via
claude_desktop_config.json - Claude Code via its MCP configuration
Part of Om Apex Holdings | Built by Nishad Tambe
