Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions smithery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Smithery configuration — https://smithery.ai/docs/build/project-config/smithery.yaml
# Anythink MCP server: runs locally over stdio via the npx wrapper.

startCommand:
type: stdio
# No configuration or environment variables are required to start the server.
configSchema:
type: object
properties: {}
required: []
# Returns the command Smithery uses to launch the server on stdio.
commandFunction: |-
(config) => ({ command: 'npx', args: ['-y', '@anythink-cloud/mcp'] })
exampleConfig: {}