Vancouver
@jameslong
About Vancouver
Simple MCP server library for Elixir.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Vancouver?
Vancouver is an Elixir library that integrates the Model Context Protocol (MCP) into Phoenix/Bandit servers. It handles initialization, request validation, and provides helper functions to simplify creating MCP tools and prompts. It is for developers building MCP endpoints in their Phoenix applications.
How to use Vancouver?
Add {:vancouver, "~> 0.3"} to your mix.exs, implement tool and prompt modules using Vancouver.Tool and Vancouver.Prompt, configure the server name and version in config.ex, then forward the /mcp route in your router with your modules. Optionally, configure MCP clients like Claude Desktop via mcp-remote.
Key features of Vancouver
- Integrates MCP into Phoenix/Bandit servers.
- Handles initialization and request validation.
- Provides helpers for tools and prompts.
- Supports tools and prompts (sync responses only).
- Simple and extensible for custom needs.
- Published on Hex.pm for easy dependency management.
Use cases of Vancouver
- Expose custom MCP tools from your Phoenix application.
- Add MCP prompts for LLM interactions like code review.
- Integrate MCP server with Claude Desktop using
mcp-remote. - Build simple, synchronous MCP servers with Elixir.
FAQ from Vancouver
Does Vancouver support all parts of the Model Context Protocol specification?
Not yet. Vancouver currently supports tools, prompts, and sync responses (no streaming). The library is simple enough to modify for your needs.
Is Vancouver stable / ready for production?
No. This library is in early development and expects breaking changes.
Why is this library called Vancouver?
Vancouver is the natural home of MCP (Mountain, Coffee, Protocol).
Frequently asked questions
Does Vancouver support all parts of the Model Context Protocol specification?
Not yet. Vancouver currently supports tools, prompts, and sync responses (no streaming). The library is simple enough to modify for your needs.
Is Vancouver stable / ready for production?
No. This library is in early development and expects breaking changes.
Why is this library called Vancouver?
Vancouver is the natural home of MCP (Mountain, Coffee, Protocol).
Basic information
More Other MCP servers
MCP Go ๐
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments