Skip to main content
Glama

OrgFlow MCP

An organizational data management system built with Model Context Protocol (MCP) that helps manage and process organizational data including employees, teams, projects, and assets.

Features

  • Employee management

  • Team and project tracking

  • Asset management

  • Performance monitoring

  • Business strategy tracking

  • Vendor management

  • Training and development tracking

Related MCP server: Orchestrator MCP Server

Setup

  1. Clone the repository:

git clone https://github.com/yourusername/orgflow-mcp.git
cd orgflow-mcp
  1. Install dependencies:

npm install
  1. Set up environment variables:

  • Copy .env.example to .env

  • Fill in your Gemini API key and other configuration values

cp .env.example .env
  1. Start the server:

npm start

Environment Variables

Create a .env file in the root directory with the following variables:

  • GEMINI_API_KEY: Your Gemini API key

  • PORT: Server port (default: 3000)

  • NODE_ENV: Environment (development/production)

Project Structure

orgflow-mcp/
├── data/           # JSON data files
├── src/
│   ├── client/     # Client-side implementation
│   └── server/     # Server-side implementation
├── package.json
└── tsconfig.json

License

MIT

Contributing

  1. Fork the repository

  2. Create your feature branch

  3. Commit your changes

  4. Push to the branch

  5. Create a new Pull Request

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables users to manage company departments, employees, expenses, and performance ratings through a natural language interface in Claude Desktop. It features 12 specialized tools for comprehensive CRUD operations and AI-powered organizational analysis using Google Gemini.
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Exposes internal employee directories and project management systems to AI models through standardized tools and resources. It enables AI assistants to search for team members, query project statuses, and explore organizational hierarchies with secure role-based access control.
    -