Back to Home
BjornMelin icon

contextive-mcp-server

Verified Safe

by BjornMelin

Overview

A TypeScript-based Model Context Protocol (MCP) server designed to orchestrate and expose multi-provider AI models and composable workflows as lean, token-efficient tools for AI clients and agent frameworks.

Installation

Run Command
contextive-mcp serve --stdio

Environment Variables

  • OPENAI_API_KEY
  • CONTEXTIVE_CONFIG

Security Notes

The server employs robust configuration validation using Zod and enforces secure defaults (e.g., filesystem tools are read-only, HTTP tools are disabled by default). Environment variables referenced in configuration are explicitly checked for existence. No use of 'eval', obfuscation, or hardcoded secrets was found. The 'http' server mode is explicitly marked as 'not yet implemented', which prevents unexpected network exposure. Future implementations of specific tool packs (e.g., 'fs', 'http') will require careful security review for their operational logic.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks1
Last Update2026-01-01

Tags

MCP ServerAI AgentsWorkflowsMulti-modelTypeScript