Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
__init__.py523 B
"""Unified provider infrastructure for embeddings and text generation.""" from .anthropic import AnthropicProvider from .base import Provider from .bedrock import BedrockProvider from .ollama import OllamaProvider from .openai import OpenAIProvider from .registry import get_provider, reset_provider from .simple import SimpleProvider __all__ = [ "Provider", "OllamaProvider", "OpenAIProvider", "AnthropicProvider", "SimpleProvider", "BedrockProvider", "get_provider", "reset_provider", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbcoutinho/nextcloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server