UNPKG

thoughtmcp

Version:

AI that thinks more like humans do - MCP server with human-like cognitive architecture for enhanced reasoning, memory, and self-monitoring

10 lines 340 B
#!/usr/bin/env node /** * Entry point for the Cognitive MCP Server * Configurable as MCP server with: npx thoughtmcp@latest */ export * from "./cognitive/index.js"; export { CognitiveMCPServer } from "./server/CognitiveMCPServer.js"; export * from "./types/index.js"; export * from "./utils/index.js"; //# sourceMappingURL=index.d.ts.map